#eccfcc
a pale, vivid red · warm · closest name: silver
RGB
236, 207, 204
HSL
6°, 46%, 86%
CMYK
0, 12, 14, 8
Luminance
0.6682
Every format
| HEX | #eccfcc |
| RGB | rgb(236, 207, 204) |
| HSL | hsl(6, 46%, 86%) |
| CMYK | cmyk(0%, 12%, 14%, 8%) |
| LAB | lab(85.4 9.6 5.2) |
| LCH | lch(85.4 11.0 28.4) |
| OKLCH | oklch(0.878 0.033 24.8) |
Copy-ready code
/* CSS */
color: #eccfcc;
background-color: #eccfcc;
/* Tailwind (arbitrary) */
class="text-[#eccfcc] bg-[#eccfcc]"
/* SCSS */
$brand: #eccfcc;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#eccfcc")Accessibility — WCAG contrast
Aa
#eccfcc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfcc on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow13.6%
Key (black)7.5%
Color previews
#eccfcc text on a black background
contrast 14.36:1
Card sample
#eccfcc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfcc;
Background color
Panel with #eccfcc background
background-color: #eccfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfcc; background: linear-gradient(135deg, #eccfcc, #ECE4CC);