Kobi (#E79FC4)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.07:1 — vs black: 10.15:1

Color values

  • HEX #E79FC4
  • RGB rgb(231, 159, 196)
  • HSL hsl(329, 31%, 90%)
  • CMYK cmyk( 0, 31.17, 15.15, 9.41 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #E79FC4 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Kobi
#E79FC4 Base
#9FE7C2
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Kobi
#E79FC4 Base
#E69FE7
#E79FA0
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Kobi
#E79FC4 Base
#C4E79F
#9FC4E7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Kobi
#E79FC4 Base
#A0E79F
#9FE7E6
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Kobi
#E79FC4 Base
#E7E69F
#9FE7C2
#9FA0E7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Kobi
#E79FC4 Base
#BE2F78
#D8629E
#DF7EB0
#EFC0D8
#F6DCEA
#FAEBF2
Shades & Tints

Darker shades and lighter tints of Kobi, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#14050D
#4F1432
#892257
#C3317C
#D865A0
Kobi #E79FC4 Base
#EBAECD
#EFBDD7
#F2CCE0
#F6DBE9
#FAEBF2
CSS & SCSS Snippets

Ready-to-use code snippets for #E79FC4. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #E79FC4;
}

/* Text */
.element {
    color: #E79FC4;
}

/* Border */
.element {
    border: 1px solid #E79FC4;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #E79FC4,
        #E0EEE7
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E79FC4,
        #E0EEE7
    );
}
SCSS Variable
// SCSS variable
$kobi: #E79FC4;

// With RGB channels (useful for rgba() usage)
$kobi-r: 231;
$kobi-g: 159;
$kobi-b: 196;

// Usage
.element {
    background-color: $kobi;
    color: rgba($kobi-r, $kobi-g, $kobi-b, 0.8);
}
Color Blindness Simulation

How Kobi appears to people with different types of color vision deficiency.

Normal Vision #E79FC4 How the color appears with full color vision.
Deuteranopia #B8B8C2 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #A9A9C4 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #E3A4A4 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B4B4B4 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Kobi ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Kobi #E79FC4 Base
Pastel Magenta #F49AC2 ΔE 2.96
Pink Pearl #E7ACCF ΔE 3.47
Amaranth Pink #F19CBB ΔE 3.54
Lavender Pink #FBAED2 ΔE 4.35

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.