#efdfb0
a light, vivid yellow · warm · closest name: beige
RGB
239, 223, 176
HSL
45°, 66%, 81%
CMYK
0, 7, 26, 6
Luminance
0.7426
Every format
| HEX | #efdfb0 |
| RGB | rgb(239, 223, 176) |
| HSL | hsl(45, 66%, 81%) |
| CMYK | cmyk(0%, 7%, 26%, 6%) |
| LAB | lab(89.0 -1.6 25.1) |
| LCH | lch(89.0 25.1 93.7) |
| OKLCH | oklch(0.905 0.064 91.5) |
Copy-ready code
/* CSS */
color: #efdfb0;
background-color: #efdfb0;
/* Tailwind (arbitrary) */
class="text-[#efdfb0] bg-[#efdfb0]"
/* SCSS */
$brand: #efdfb0;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#efdfb0")Accessibility — WCAG contrast
Aa
#efdfb0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdfb0 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow26.4%
Key (black)6.3%
Color previews
#efdfb0 text on a black background
contrast 15.85:1
Card sample
#efdfb0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdfb0;
Background color
Panel with #efdfb0 background
background-color: #efdfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdfb0; background: linear-gradient(135deg, #efdfb0, #D5EFB0);