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