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