#ecc1af
a light, vivid orange · warm · closest name: tan
RGB
236, 193, 175
HSL
18°, 62%, 81%
CMYK
0, 18, 26, 8
Luminance
0.5907
Every format
| HEX | #ecc1af |
| RGB | rgb(236, 193, 175) |
| HSL | hsl(18, 62%, 81%) |
| CMYK | cmyk(0%, 18%, 26%, 8%) |
| LAB | lab(81.3 12.7 14.8) |
| LCH | lch(81.3 19.5 49.4) |
| OKLCH | oklch(0.844 0.055 43.9) |
Copy-ready code
/* CSS */
color: #ecc1af;
background-color: #ecc1af;
/* Tailwind (arbitrary) */
class="text-[#ecc1af] bg-[#ecc1af]"
/* SCSS */
$brand: #ecc1af;
/* SwiftUI */
Color(red: 0.925, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#ecc1af")Accessibility — WCAG contrast
Aa
#ecc1af on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc1af on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green75.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow25.8%
Key (black)7.5%
Color previews
#ecc1af text on a black background
contrast 12.81:1
Card sample
#ecc1af text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc1af;
Background color
Panel with #ecc1af background
background-color: #ecc1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc1af; background: linear-gradient(135deg, #ecc1af, #ECEAAF);