#e2cfb8
a light, soft orange · warm · closest name: beige
RGB
226, 207, 184
HSL
33°, 42%, 80%
CMYK
0, 8, 19, 11
Luminance
0.6426
Every format
| HEX | #e2cfb8 |
| RGB | rgb(226, 207, 184) |
| HSL | hsl(33, 42%, 80%) |
| CMYK | cmyk(0%, 8%, 19%, 11%) |
| LAB | lab(84.1 2.9 13.8) |
| LCH | lch(84.1 14.1 78.0) |
| OKLCH | oklch(0.864 0.038 72.6) |
Copy-ready code
/* CSS */
color: #e2cfb8;
background-color: #e2cfb8;
/* Tailwind (arbitrary) */
class="text-[#e2cfb8] bg-[#e2cfb8]"
/* SCSS */
$brand: #e2cfb8;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.722)
/* Android */
Color.parseColor("#e2cfb8")Accessibility — WCAG contrast
Aa
#e2cfb8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfb8 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow18.6%
Key (black)11.4%
Color previews
#e2cfb8 text on a black background
contrast 13.85:1
Card sample
#e2cfb8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfb8;
Background color
Panel with #e2cfb8 background
background-color: #e2cfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfb8; background: linear-gradient(135deg, #e2cfb8, #D9E2B8);