#e7bfac
a light, vivid orange · warm · closest name: tan
RGB
231, 191, 172
HSL
19°, 55%, 79%
CMYK
0, 17, 26, 9
Luminance
0.5723
Every format
| HEX | #e7bfac |
| RGB | rgb(231, 191, 172) |
| HSL | hsl(19, 55%, 79%) |
| CMYK | cmyk(0%, 17%, 26%, 9%) |
| LAB | lab(80.3 11.5 14.9) |
| LCH | lch(80.3 18.8 52.5) |
| OKLCH | oklch(0.835 0.053 46.8) |
Copy-ready code
/* CSS */
color: #e7bfac;
background-color: #e7bfac;
/* Tailwind (arbitrary) */
class="text-[#e7bfac] bg-[#e7bfac]"
/* SCSS */
$brand: #e7bfac;
/* SwiftUI */
Color(red: 0.906, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#e7bfac")Accessibility — WCAG contrast
Aa
#e7bfac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7bfac on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow25.5%
Key (black)9.4%
Color previews
#e7bfac text on a black background
contrast 12.45:1
Card sample
#e7bfac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7bfac;
Background color
Panel with #e7bfac background
background-color: #e7bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7bfac; background: linear-gradient(135deg, #e7bfac, #E7E6AC);