#efe0cd
a pale, vivid orange · warm · closest name: beige
RGB
239, 224, 205
HSL
34°, 52%, 87%
CMYK
0, 6, 14, 6
Luminance
0.7607
Every format
| HEX | #efe0cd |
| RGB | rgb(239, 224, 205) |
| HSL | hsl(34, 52%, 87%) |
| CMYK | cmyk(0%, 6%, 14%, 6%) |
| LAB | lab(89.9 2.0 11.1) |
| LCH | lch(89.9 11.3 79.7) |
| OKLCH | oklch(0.914 0.030 73.9) |
Copy-ready code
/* CSS */
color: #efe0cd;
background-color: #efe0cd;
/* Tailwind (arbitrary) */
class="text-[#efe0cd] bg-[#efe0cd]"
/* SCSS */
$brand: #efe0cd;
/* SwiftUI */
Color(red: 0.937, green: 0.878, blue: 0.804)
/* Android */
Color.parseColor("#efe0cd")Accessibility — WCAG contrast
Aa
#efe0cd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe0cd on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow14.2%
Key (black)6.3%
Color previews
#efe0cd text on a black background
contrast 16.21:1
Card sample
#efe0cd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe0cd;
Background color
Panel with #efe0cd background
background-color: #efe0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 224, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 224, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe0cd; background: linear-gradient(135deg, #efe0cd, #E7EFCD);