#e6cfab
a light, vivid orange · warm · closest name: tan
RGB
230, 207, 171
HSL
37°, 54%, 79%
CMYK
0, 10, 26, 10
Luminance
0.6439
Every format
| HEX | #e6cfab |
| RGB | rgb(230, 207, 171) |
| HSL | hsl(37, 54%, 79%) |
| CMYK | cmyk(0%, 10%, 26%, 10%) |
| LAB | lab(84.2 2.6 20.8) |
| LCH | lch(84.2 21.0 83.0) |
| OKLCH | oklch(0.865 0.054 79.0) |
Copy-ready code
/* CSS */
color: #e6cfab;
background-color: #e6cfab;
/* Tailwind (arbitrary) */
class="text-[#e6cfab] bg-[#e6cfab]"
/* SCSS */
$brand: #e6cfab;
/* SwiftUI */
Color(red: 0.902, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#e6cfab")Accessibility — WCAG contrast
Aa
#e6cfab on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6cfab on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow25.7%
Key (black)9.8%
Color previews
#e6cfab text on a black background
contrast 13.88:1
Card sample
#e6cfab text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6cfab;
Background color
Panel with #e6cfab background
background-color: #e6cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6cfab; background: linear-gradient(135deg, #e6cfab, #D6E6AB);