#efeccf
a pale, vivid yellow · cool · closest name: beige
RGB
239, 236, 207
HSL
54°, 50%, 88%
CMYK
0, 1, 13, 6
Luminance
0.8285
Every format
| HEX | #efeccf |
| RGB | rgb(239, 236, 207) |
| HSL | hsl(54, 50%, 88%) |
| CMYK | cmyk(0%, 1%, 13%, 6%) |
| LAB | lab(93.0 -3.8 14.4) |
| LCH | lch(93.0 14.9 104.7) |
| OKLCH | oklch(0.938 0.038 102.3) |
Copy-ready code
/* CSS */
color: #efeccf;
background-color: #efeccf;
/* Tailwind (arbitrary) */
class="text-[#efeccf] bg-[#efeccf]"
/* SCSS */
$brand: #efeccf;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#efeccf")Accessibility — WCAG contrast
Aa
#efeccf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeccf on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow13.4%
Key (black)6.3%
Color previews
#efeccf text on a black background
contrast 17.57:1
Card sample
#efeccf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeccf;
Background color
Panel with #efeccf background
background-color: #efeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeccf; background: linear-gradient(135deg, #efeccf, #DDEFCF);