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