#eccfc4
a light, vivid orange · warm · closest name: silver
RGB
236, 207, 196
HSL
17°, 51%, 85%
CMYK
0, 12, 17, 8
Luminance
0.6644
Every format
| HEX | #eccfc4 |
| RGB | rgb(236, 207, 196) |
| HSL | hsl(17, 51%, 85%) |
| CMYK | cmyk(0%, 12%, 17%, 8%) |
| LAB | lab(85.2 8.4 9.2) |
| LCH | lch(85.2 12.4 47.6) |
| OKLCH | oklch(0.876 0.036 41.9) |
Copy-ready code
/* CSS */
color: #eccfc4;
background-color: #eccfc4;
/* Tailwind (arbitrary) */
class="text-[#eccfc4] bg-[#eccfc4]"
/* SCSS */
$brand: #eccfc4;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.769)
/* Android */
Color.parseColor("#eccfc4")Accessibility — WCAG contrast
Aa
#eccfc4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfc4 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow16.9%
Key (black)7.5%
Color previews
#eccfc4 text on a black background
contrast 14.29:1
Card sample
#eccfc4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfc4;
Background color
Panel with #eccfc4 background
background-color: #eccfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfc4; background: linear-gradient(135deg, #eccfc4, #ECEAC4);