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