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