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