#decabb
a light, soft orange · warm · closest name: silver
RGB
222, 202, 187
HSL
26°, 35%, 80%
CMYK
0, 9, 16, 13
Luminance
0.6136
Every format
| HEX | #decabb |
| RGB | rgb(222, 202, 187) |
| HSL | hsl(26, 35%, 80%) |
| CMYK | cmyk(0%, 9%, 16%, 13%) |
| LAB | lab(82.6 4.5 10.0) |
| LCH | lch(82.6 11.0 65.6) |
| OKLCH | oklch(0.852 0.030 59.2) |
Copy-ready code
/* CSS */
color: #decabb;
background-color: #decabb;
/* Tailwind (arbitrary) */
class="text-[#decabb] bg-[#decabb]"
/* SCSS */
$brand: #decabb;
/* SwiftUI */
Color(red: 0.871, green: 0.792, blue: 0.733)
/* Android */
Color.parseColor("#decabb")Accessibility — WCAG contrast
Aa
#decabb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decabb on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow15.8%
Key (black)12.9%
Color previews
#decabb text on a black background
contrast 13.27:1
Card sample
#decabb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decabb;
Background color
Panel with #decabb background
background-color: #decabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 202, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 202, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decabb; background: linear-gradient(135deg, #decabb, #DBDEBB);