#ddbb91
a light, vivid orange · warm · closest name: tan
RGB
221, 187, 145
HSL
33°, 53%, 72%
CMYK
0, 15, 34, 13
Luminance
0.5296
Every format
| HEX | #ddbb91 |
| RGB | rgb(221, 187, 145) |
| HSL | hsl(33, 53%, 72%) |
| CMYK | cmyk(0%, 15%, 34%, 13%) |
| LAB | lab(77.8 6.2 25.8) |
| LCH | lch(77.8 26.6 76.4) |
| OKLCH | oklch(0.811 0.068 72.5) |
Copy-ready code
/* CSS */
color: #ddbb91;
background-color: #ddbb91;
/* Tailwind (arbitrary) */
class="text-[#ddbb91] bg-[#ddbb91]"
/* SCSS */
$brand: #ddbb91;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.569)
/* Android */
Color.parseColor("#ddbb91")Accessibility — WCAG contrast
Aa
#ddbb91 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbb91 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow34.4%
Key (black)13.3%
Color previews
#ddbb91 text on a black background
contrast 11.59:1
Card sample
#ddbb91 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbb91;
Background color
Panel with #ddbb91 background
background-color: #ddbb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbb91; background: linear-gradient(135deg, #ddbb91, #CCDD91);