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