#eedeb6
a light, vivid yellow · warm · closest name: beige
RGB
238, 222, 182
HSL
43°, 62%, 82%
CMYK
0, 7, 24, 7
Luminance
0.7380
Every format
| HEX | #eedeb6 |
| RGB | rgb(238, 222, 182) |
| HSL | hsl(43, 62%, 82%) |
| CMYK | cmyk(0%, 7%, 24%, 7%) |
| LAB | lab(88.8 -0.7 21.6) |
| LCH | lch(88.8 21.6 91.8) |
| OKLCH | oklch(0.903 0.055 88.8) |
Copy-ready code
/* CSS */
color: #eedeb6;
background-color: #eedeb6;
/* Tailwind (arbitrary) */
class="text-[#eedeb6] bg-[#eedeb6]"
/* SCSS */
$brand: #eedeb6;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.714)
/* Android */
Color.parseColor("#eedeb6")Accessibility — WCAG contrast
Aa
#eedeb6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeb6 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow23.5%
Key (black)6.7%
Color previews
#eedeb6 text on a black background
contrast 15.76:1
Card sample
#eedeb6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeb6;
Background color
Panel with #eedeb6 background
background-color: #eedeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeb6; background: linear-gradient(135deg, #eedeb6, #D9EEB6);