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