#efe2cc
a pale, vivid orange · warm · closest name: beige
RGB
239, 226, 204
HSL
38°, 52%, 87%
CMYK
0, 5, 15, 6
Luminance
0.7710
Every format
| HEX | #efe2cc |
| RGB | rgb(239, 226, 204) |
| HSL | hsl(38, 52%, 87%) |
| CMYK | cmyk(0%, 5%, 15%, 6%) |
| LAB | lab(90.4 0.8 12.3) |
| LCH | lch(90.4 12.4 86.1) |
| OKLCH | oklch(0.917 0.033 81.0) |
Copy-ready code
/* CSS */
color: #efe2cc;
background-color: #efe2cc;
/* Tailwind (arbitrary) */
class="text-[#efe2cc] bg-[#efe2cc]"
/* SCSS */
$brand: #efe2cc;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.800)
/* Android */
Color.parseColor("#efe2cc")Accessibility — WCAG contrast
Aa
#efe2cc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2cc on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow14.6%
Key (black)6.3%
Color previews
#efe2cc text on a black background
contrast 16.42:1
Card sample
#efe2cc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2cc;
Background color
Panel with #efe2cc background
background-color: #efe2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2cc; background: linear-gradient(135deg, #efe2cc, #E5EFCC);