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