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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E79FC4
Base
#9FE7C2
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E79FC4
Base
#E69FE7
#E79FA0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E79FC4
Base
#C4E79F
#9FC4E7
Two colors flanking the complement — high contrast with less tension than full complementary.
#E79FC4
Base
#A0E79F
#9FE7E6
Four colors at 90° intervals — rich variety, best when one color dominates.
#E79FC4
Base
#E7E69F
#9FE7C2
#9FA0E7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E79FC4
Base
#BE2F78
#D8629E
#DF7EB0
#EFC0D8
#F6DCEA
#FAEBF2
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
#E79FC4
Base
#EBAECD
#EFBDD7
#F2CCE0
#F6DBE9
#FAEBF2
Ready-to-use code snippets for #E79FC4. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E79FC4;
}
/* Text */
.element {
color: #E79FC4;
}
/* Border */
.element {
border: 1px solid #E79FC4;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E79FC4,
#E0EEE7
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E79FC4,
#E0EEE7
);
}
// 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);
}
How Kobi appears to people with different types of color vision deficiency.
#E79FC4
How the color appears with full color vision.
#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.
#A9A9C4
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E3A4A4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B4B4B4
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.