Straw (#E4D96F)
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.45:1 — vs black: 14.45:1
Color values
-
HEX
#E4D96F -
RGB
rgb(228, 217, 111) -
HSL
hsl(54, 68%, 66%) -
CMYK
cmyk( 0, 5, 51, 11 ) -
Websafe
#CCCC66
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #E4D96F based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E4D96F
Base
#6F7AE4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E4D96F
Base
#E49F6F
#B4E46F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E4D96F
Base
#6FE4D9
#D96FE4
Two colors flanking the complement — high contrast with less tension than full complementary.
#E4D96F
Base
#6FB4E4
#9F6FE4
Four colors at 90° intervals — rich variety, best when one color dominates.
#E4D96F
Base
#6FE49F
#6F7AE4
#E46FB4
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E4D96F
Base
#9D911D
#D8C82F
#DED04D
#EAE291
#F0EAAF
#FBF9EA
Darker shades and lighter tints of Straw, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#151404
#4A450E
#7F7518
#B4A622
#DACB3A
#E4D96F
Base
#E9DF88
#EDE6A0
#F2ECB9
#F6F3D1
#FBF9EA
Ready-to-use code snippets for #E4D96F. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E4D96F;
}
/* Text */
.element {
color: #E4D96F;
}
/* Border */
.element {
border: 1px solid #E4D96F;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E4D96F,
#6F7AE4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E4D96F,
#6F7AE4
);
}
// SCSS variable
$straw: #E4D96F;
// With RGB channels (useful for rgba() usage)
$straw-r: 228;
$straw-g: 217;
$straw-b: 111;
// Usage
.element {
background-color: $straw;
color: rgba($straw-r, $straw-g, $straw-b, 0.8);
}
How Straw appears to people with different types of color vision deficiency.
#E4D96F
How the color appears with full color vision.
#DCDC6E
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#DADA6F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#EDCFCF
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D6D6D6
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.