#deceb0
a light, soft orange · warm · closest name: tan
RGB
222, 206, 176
HSL
39°, 41%, 78%
CMYK
0, 7, 21, 13
Luminance
0.6281
Every format
| HEX | #deceb0 |
| RGB | rgb(222, 206, 176) |
| HSL | hsl(39, 41%, 78%) |
| CMYK | cmyk(0%, 7%, 21%, 13%) |
| LAB | lab(83.3 0.8 16.9) |
| LCH | lch(83.3 17.0 87.3) |
| OKLCH | oklch(0.857 0.044 83.2) |
Copy-ready code
/* CSS */
color: #deceb0;
background-color: #deceb0;
/* Tailwind (arbitrary) */
class="text-[#deceb0] bg-[#deceb0]"
/* SCSS */
$brand: #deceb0;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#deceb0")Accessibility — WCAG contrast
Aa
#deceb0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deceb0 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow20.7%
Key (black)12.9%
Color previews
#deceb0 text on a black background
contrast 13.56:1
Card sample
#deceb0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deceb0;
Background color
Panel with #deceb0 background
background-color: #deceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deceb0; background: linear-gradient(135deg, #deceb0, #CFDEB0);