Flax (#EEDC82)
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: 1.38:1 — vs black: 15.20:1
Color values
-
HEX
#EEDC82 -
RGB
rgb(238, 220, 130) -
HSL
hsl(50, 76%, 72%) -
CMYK
cmyk( 0, 8, 45, 7 ) -
Websafe
#FFCC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #EEDC82 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#EEDC82
Base
#8294EE
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#EEDC82
Base
#EEA682
#CAEE82
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#EEDC82
Base
#82EEDC
#DC82EE
Two colors flanking the complement — high contrast with less tension than full complementary.
#EEDC82
Base
#82CAEE
#A682EE
Four colors at 90° intervals — rich variety, best when one color dominates.
#EEDC82
Base
#82EEA6
#8294EE
#EE82CA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#EEDC82
Base
#BDA21A
#E5C93F
#E9D25E
#F3E6A6
#F7EFC5
#FCF9E9
Darker shades and lighter tints of Flax, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#161303
#53470B
#8F7A13
#CBAE1C
#E6CB46
#EEDC82
Base
#F1E297
#F4E7AB
#F6EDC0
#F9F3D4
#FCF9E9
Ready-to-use code snippets for #EEDC82. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #EEDC82;
}
/* Text */
.element {
color: #EEDC82;
}
/* Border */
.element {
border: 1px solid #EEDC82;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#EEDC82,
#8294EE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#EEDC82,
#8294EE
);
}
// SCSS variable
$flax: #EEDC82;
// With RGB channels (useful for rgba() usage)
$flax-r: 238;
$flax-g: 220;
$flax-b: 130;
// Usage
.element {
background-color: $flax;
color: rgba($flax-r, $flax-g, $flax-b, 0.8);
}
How Flax appears to people with different types of color vision deficiency.
#EEDC82
How the color appears with full color vision.
#E1E181
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#DEDE82
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F6D3D3
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#DBDBDB
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.