#efe7cd
a pale, vivid yellow · cool · closest name: beige
RGB
239, 231, 205
HSL
46°, 52%, 87%
CMYK
0, 3, 14, 6
Luminance
0.7991
Every format
| HEX | #efe7cd |
| RGB | rgb(239, 231, 205) |
| HSL | hsl(46, 52%, 87%) |
| CMYK | cmyk(0%, 3%, 14%, 6%) |
| LAB | lab(91.7 -1.6 13.6) |
| LCH | lch(91.7 13.7 96.5) |
| OKLCH | oklch(0.927 0.035 92.8) |
Copy-ready code
/* CSS */
color: #efe7cd;
background-color: #efe7cd;
/* Tailwind (arbitrary) */
class="text-[#efe7cd] bg-[#efe7cd]"
/* SCSS */
$brand: #efe7cd;
/* SwiftUI */
Color(red: 0.937, green: 0.906, blue: 0.804)
/* Android */
Color.parseColor("#efe7cd")Accessibility — WCAG contrast
Aa
#efe7cd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe7cd on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green90.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow14.2%
Key (black)6.3%
Color previews
#efe7cd text on a black background
contrast 16.98:1
Card sample
#efe7cd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe7cd;
Background color
Panel with #efe7cd background
background-color: #efe7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 231, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 231, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe7cd; background: linear-gradient(135deg, #efe7cd, #E0EFCD);