#decabf
a light, soft orange · warm · closest name: silver
RGB
222, 202, 191
HSL
21°, 32%, 81%
CMYK
0, 9, 14, 13
Luminance
0.6153
Every format
| HEX | #decabf |
| RGB | rgb(222, 202, 191) |
| HSL | hsl(21, 32%, 81%) |
| CMYK | cmyk(0%, 9%, 14%, 13%) |
| LAB | lab(82.7 5.2 8.0) |
| LCH | lch(82.7 9.6 57.1) |
| OKLCH | oklch(0.853 0.027 50.8) |
Copy-ready code
/* CSS */
color: #decabf;
background-color: #decabf;
/* Tailwind (arbitrary) */
class="text-[#decabf] bg-[#decabf]"
/* SCSS */
$brand: #decabf;
/* SwiftUI */
Color(red: 0.871, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#decabf")Accessibility — WCAG contrast
Aa
#decabf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decabf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow14.0%
Key (black)12.9%
Color previews
#decabf text on a black background
contrast 13.31:1
Card sample
#decabf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decabf;
Background color
Panel with #decabf background
background-color: #decabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decabf; background: linear-gradient(135deg, #decabf, #DDDEBF);