#efeceb
a pale, muted orange · warm · closest name: white
RGB
239, 236, 235
HSL
15°, 11%, 93%
CMYK
0, 1, 2, 6
Luminance
0.8434
Every format
| HEX | #efeceb |
| RGB | rgb(239, 236, 235) |
| HSL | hsl(15, 11%, 93%) |
| CMYK | cmyk(0%, 1%, 2%, 6%) |
| LAB | lab(93.6 0.8 0.8) |
| LCH | lch(93.6 1.2 45.3) |
| OKLCH | oklch(0.945 0.004 39.5) |
Copy-ready code
/* CSS */
color: #efeceb;
background-color: #efeceb;
/* Tailwind (arbitrary) */
class="text-[#efeceb] bg-[#efeceb]"
/* SCSS */
$brand: #efeceb;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#efeceb")Accessibility — WCAG contrast
Aa
#efeceb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeceb on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow1.7%
Key (black)6.3%
Color previews
#efeceb text on a black background
contrast 17.87:1
Card sample
#efeceb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeceb;
Background color
Panel with #efeceb background
background-color: #efeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeceb; background: linear-gradient(135deg, #efeceb, #EFEFEB);