#eed38f
a light, vivid yellow · warm · closest name: khaki
RGB
238, 211, 143
HSL
43°, 74%, 75%
CMYK
0, 11, 40, 7
Luminance
0.6675
Every format
| HEX | #eed38f |
| RGB | rgb(238, 211, 143) |
| HSL | hsl(43, 74%, 75%) |
| CMYK | cmyk(0%, 11%, 40%, 7%) |
| LAB | lab(85.4 0.2 37.1) |
| LCH | lch(85.4 37.1 89.8) |
| OKLCH | oklch(0.874 0.091 88.7) |
Copy-ready code
/* CSS */
color: #eed38f;
background-color: #eed38f;
/* Tailwind (arbitrary) */
class="text-[#eed38f] bg-[#eed38f]"
/* SCSS */
$brand: #eed38f;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.561)
/* Android */
Color.parseColor("#eed38f")Accessibility — WCAG contrast
Aa
#eed38f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed38f on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow39.9%
Key (black)6.7%
Color previews
#eed38f text on a black background
contrast 14.35:1
Card sample
#eed38f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed38f;
Background color
Panel with #eed38f background
background-color: #eed38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed38f; background: linear-gradient(135deg, #eed38f, #CAEE8F);