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