#eedbaf
a light, vivid yellow · warm · closest name: tan
RGB
238, 219, 175
HSL
42°, 65%, 81%
CMYK
0, 8, 27, 7
Luminance
0.7194
Every format
| HEX | #eedbaf |
| RGB | rgb(238, 219, 175) |
| HSL | hsl(42, 65%, 81%) |
| CMYK | cmyk(0%, 8%, 27%, 7%) |
| LAB | lab(87.9 -0.1 24.1) |
| LCH | lch(87.9 24.1 90.2) |
| OKLCH | oklch(0.896 0.061 87.4) |
Copy-ready code
/* CSS */
color: #eedbaf;
background-color: #eedbaf;
/* Tailwind (arbitrary) */
class="text-[#eedbaf] bg-[#eedbaf]"
/* SCSS */
$brand: #eedbaf;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#eedbaf")Accessibility — WCAG contrast
Aa
#eedbaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbaf on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow26.5%
Key (black)6.7%
Color previews
#eedbaf text on a black background
contrast 15.39:1
Card sample
#eedbaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbaf;
Background color
Panel with #eedbaf background
background-color: #eedbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbaf; background: linear-gradient(135deg, #eedbaf, #D7EEAF);