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