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