#e2bfac
a light, vivid orange · warm · closest name: tan
RGB
226, 191, 172
HSL
21°, 48%, 78%
CMYK
0, 16, 24, 11
Luminance
0.5641
Every format
| HEX | #e2bfac |
| RGB | rgb(226, 191, 172) |
| HSL | hsl(21, 48%, 78%) |
| CMYK | cmyk(0%, 16%, 24%, 11%) |
| LAB | lab(79.8 9.6 14.2) |
| LCH | lch(79.8 17.2 56.0) |
| OKLCH | oklch(0.830 0.048 50.2) |
Copy-ready code
/* CSS */
color: #e2bfac;
background-color: #e2bfac;
/* Tailwind (arbitrary) */
class="text-[#e2bfac] bg-[#e2bfac]"
/* SCSS */
$brand: #e2bfac;
/* SwiftUI */
Color(red: 0.886, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#e2bfac")Accessibility — WCAG contrast
Aa
#e2bfac on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bfac on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow23.9%
Key (black)11.4%
Color previews
#e2bfac text on a black background
contrast 12.28:1
Card sample
#e2bfac text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bfac;
Background color
Panel with #e2bfac background
background-color: #e2bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bfac; background: linear-gradient(135deg, #e2bfac, #E1E2AC);