#eccfad
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 173
HSL
32°, 62%, 80%
CMYK
0, 12, 27, 8
Luminance
0.6548
Every format
| HEX | #eccfad |
| RGB | rgb(236, 207, 173) |
| HSL | hsl(32, 62%, 80%) |
| CMYK | cmyk(0%, 12%, 27%, 8%) |
| LAB | lab(84.7 5.1 20.6) |
| LCH | lch(84.7 21.3 76.2) |
| OKLCH | oklch(0.870 0.056 71.4) |
Copy-ready code
/* CSS */
color: #eccfad;
background-color: #eccfad;
/* Tailwind (arbitrary) */
class="text-[#eccfad] bg-[#eccfad]"
/* SCSS */
$brand: #eccfad;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#eccfad")Accessibility — WCAG contrast
Aa
#eccfad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfad on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow26.7%
Key (black)7.5%
Color previews
#eccfad text on a black background
contrast 14.10:1
Card sample
#eccfad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfad;
Background color
Panel with #eccfad background
background-color: #eccfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfad; background: linear-gradient(135deg, #eccfad, #DFECAD);