#decfcc
a light, soft red · warm · closest name: silver
RGB
222, 207, 204
HSL
10°, 21%, 84%
CMYK
0, 7, 8, 13
Luminance
0.6451
Every format
| HEX | #decfcc |
| RGB | rgb(222, 207, 204) |
| HSL | hsl(10, 21%, 84%) |
| CMYK | cmyk(0%, 7%, 8%, 13%) |
| LAB | lab(84.2 4.7 3.4) |
| LCH | lch(84.2 5.8 35.7) |
| OKLCH | oklch(0.866 0.017 31.1) |
Copy-ready code
/* CSS */
color: #decfcc;
background-color: #decfcc;
/* Tailwind (arbitrary) */
class="text-[#decfcc] bg-[#decfcc]"
/* SCSS */
$brand: #decfcc;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#decfcc")Accessibility — WCAG contrast
Aa
#decfcc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfcc on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow8.1%
Key (black)12.9%
Color previews
#decfcc text on a black background
contrast 13.90:1
Card sample
#decfcc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfcc;
Background color
Panel with #decfcc background
background-color: #decfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfcc; background: linear-gradient(135deg, #decfcc, #DEDBCC);