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