#edcfcc
a pale, vivid red · warm · closest name: silver
RGB
237, 207, 204
HSL
6°, 48%, 87%
CMYK
0, 13, 14, 7
Luminance
0.6699
Every format
| HEX | #edcfcc |
| RGB | rgb(237, 207, 204) |
| HSL | hsl(6, 48%, 87%) |
| CMYK | cmyk(0%, 13%, 14%, 7%) |
| LAB | lab(85.5 10.0 5.3) |
| LCH | lch(85.5 11.3 28.2) |
| OKLCH | oklch(0.879 0.034 24.6) |
Copy-ready code
/* CSS */
color: #edcfcc;
background-color: #edcfcc;
/* Tailwind (arbitrary) */
class="text-[#edcfcc] bg-[#edcfcc]"
/* SCSS */
$brand: #edcfcc;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#edcfcc")Accessibility — WCAG contrast
Aa
#edcfcc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcfcc on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow13.9%
Key (black)7.1%
Color previews
#edcfcc text on a black background
contrast 14.40:1
Card sample
#edcfcc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcfcc;
Background color
Panel with #edcfcc background
background-color: #edcfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcfcc; background: linear-gradient(135deg, #edcfcc, #EDE5CC);