#e2cfbe
a light, soft orange · warm · closest name: silver
RGB
226, 207, 190
HSL
28°, 38%, 82%
CMYK
0, 8, 16, 11
Luminance
0.6451
Every format
| HEX | #e2cfbe |
| RGB | rgb(226, 207, 190) |
| HSL | hsl(28, 38%, 82%) |
| CMYK | cmyk(0%, 8%, 16%, 11%) |
| LAB | lab(84.2 3.9 10.8) |
| LCH | lch(84.2 11.5 70.4) |
| OKLCH | oklch(0.866 0.031 64.2) |
Copy-ready code
/* CSS */
color: #e2cfbe;
background-color: #e2cfbe;
/* Tailwind (arbitrary) */
class="text-[#e2cfbe] bg-[#e2cfbe]"
/* SCSS */
$brand: #e2cfbe;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#e2cfbe")Accessibility — WCAG contrast
Aa
#e2cfbe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfbe on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow15.9%
Key (black)11.4%
Color previews
#e2cfbe text on a black background
contrast 13.90:1
Card sample
#e2cfbe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfbe;
Background color
Panel with #e2cfbe background
background-color: #e2cfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfbe; background: linear-gradient(135deg, #e2cfbe, #DDE2BE);