#ffdbab
a light, electric orange · warm · closest name: tan
RGB
255, 219, 171
HSL
34°, 100%, 84%
CMYK
0, 14, 33, 0
Luminance
0.7486
Every format
| HEX | #ffdbab |
| RGB | rgb(255, 219, 171) |
| HSL | hsl(34, 100%, 84%) |
| CMYK | cmyk(0%, 14%, 33%, 0%) |
| LAB | lab(89.3 5.8 28.3) |
| LCH | lch(89.3 28.9 78.4) |
| OKLCH | oklch(0.910 0.074 74.6) |
Copy-ready code
/* CSS */
color: #ffdbab;
background-color: #ffdbab;
/* Tailwind (arbitrary) */
class="text-[#ffdbab] bg-[#ffdbab]"
/* SCSS */
$brand: #ffdbab;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#ffdbab")Accessibility — WCAG contrast
Aa
#ffdbab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdbab on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow32.9%
Key (black)0.0%
Color previews
#ffdbab text on a black background
contrast 15.97:1
Card sample
#ffdbab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdbab;
Background color
Panel with #ffdbab background
background-color: #ffdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdbab; background: linear-gradient(135deg, #ffdbab, #EBFFAB);