#decace
a light, soft red · warm · closest name: silver
RGB
222, 202, 206
HSL
348°, 23%, 83%
CMYK
0, 9, 7, 13
Luminance
0.6223
Every format
| HEX | #decace |
| RGB | rgb(222, 202, 206) |
| HSL | hsl(348, 23%, 83%) |
| CMYK | cmyk(0%, 9%, 7%, 13%) |
| LAB | lab(83.0 7.7 0.6) |
| LCH | lch(83.0 7.7 4.1) |
| OKLCH | oklch(0.857 0.023 3.9) |
Copy-ready code
/* CSS */
color: #decace;
background-color: #decace;
/* Tailwind (arbitrary) */
class="text-[#decace] bg-[#decace]"
/* SCSS */
$brand: #decace;
/* SwiftUI */
Color(red: 0.871, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#decace")Accessibility — WCAG contrast
Aa
#decace on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decace on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow7.2%
Key (black)12.9%
Color previews
#decace text on a black background
contrast 13.45:1
Card sample
#decace text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decace;
Background color
Panel with #decace background
background-color: #decace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decace; background: linear-gradient(135deg, #decace, #DED3CA);