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