#eedeba
a light, vivid yellow · warm · closest name: beige
RGB
238, 222, 186
HSL
42°, 61%, 83%
CMYK
0, 7, 22, 7
Luminance
0.7396
Every format
| HEX | #eedeba |
| RGB | rgb(238, 222, 186) |
| HSL | hsl(42, 61%, 83%) |
| CMYK | cmyk(0%, 7%, 22%, 7%) |
| LAB | lab(88.9 -0.1 19.7) |
| LCH | lch(88.9 19.7 90.4) |
| OKLCH | oklch(0.904 0.051 86.9) |
Copy-ready code
/* CSS */
color: #eedeba;
background-color: #eedeba;
/* Tailwind (arbitrary) */
class="text-[#eedeba] bg-[#eedeba]"
/* SCSS */
$brand: #eedeba;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.729)
/* Android */
Color.parseColor("#eedeba")Accessibility — WCAG contrast
Aa
#eedeba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeba on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow21.8%
Key (black)6.7%
Color previews
#eedeba text on a black background
contrast 15.79:1
Card sample
#eedeba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeba;
Background color
Panel with #eedeba background
background-color: #eedeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeba; background: linear-gradient(135deg, #eedeba, #DBEEBA);