#ddbbab
a light, soft orange · warm · closest name: tan
RGB
221, 187, 171
HSL
19°, 42%, 77%
CMYK
0, 15, 23, 13
Luminance
0.5385
Every format
| HEX | #ddbbab |
| RGB | rgb(221, 187, 171) |
| HSL | hsl(19, 42%, 77%) |
| CMYK | cmyk(0%, 15%, 23%, 13%) |
| LAB | lab(78.4 9.7 12.6) |
| LCH | lch(78.4 15.9 52.4) |
| OKLCH | oklch(0.817 0.045 46.7) |
Copy-ready code
/* CSS */
color: #ddbbab;
background-color: #ddbbab;
/* Tailwind (arbitrary) */
class="text-[#ddbbab] bg-[#ddbbab]"
/* SCSS */
$brand: #ddbbab;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#ddbbab")Accessibility — WCAG contrast
Aa
#ddbbab on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbbab on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow22.6%
Key (black)13.3%
Color previews
#ddbbab text on a black background
contrast 11.77:1
Card sample
#ddbbab text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbbab;
Background color
Panel with #ddbbab background
background-color: #ddbbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbbab; background: linear-gradient(135deg, #ddbbab, #DDDCAB);