#ecccaf
a light, vivid orange · warm · closest name: tan
RGB
236, 204, 175
HSL
29°, 62%, 81%
CMYK
0, 14, 26, 8
Luminance
0.6411
Every format
| HEX | #ecccaf |
| RGB | rgb(236, 204, 175) |
| HSL | hsl(29, 62%, 81%) |
| CMYK | cmyk(0%, 14%, 26%, 8%) |
| LAB | lab(84.0 6.9 18.6) |
| LCH | lch(84.0 19.9 69.6) |
| OKLCH | oklch(0.865 0.053 64.2) |
Copy-ready code
/* CSS */
color: #ecccaf;
background-color: #ecccaf;
/* Tailwind (arbitrary) */
class="text-[#ecccaf] bg-[#ecccaf]"
/* SCSS */
$brand: #ecccaf;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#ecccaf")Accessibility — WCAG contrast
Aa
#ecccaf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccaf on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow25.8%
Key (black)7.5%
Color previews
#ecccaf text on a black background
contrast 13.82:1
Card sample
#ecccaf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccaf;
Background color
Panel with #ecccaf background
background-color: #ecccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccaf; background: linear-gradient(135deg, #ecccaf, #E3ECAF);