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