#ffdbba
a pale, electric orange · warm · closest name: tan
RGB
255, 219, 186
HSL
29°, 100%, 87%
CMYK
0, 14, 27, 0
Luminance
0.7547
Every format
| HEX | #ffdbba |
| RGB | rgb(255, 219, 186) |
| HSL | hsl(29, 100%, 87%) |
| CMYK | cmyk(0%, 14%, 27%, 0%) |
| LAB | lab(89.6 7.7 20.9) |
| LCH | lch(89.6 22.3 69.7) |
| OKLCH | oklch(0.913 0.059 64.5) |
Copy-ready code
/* CSS */
color: #ffdbba;
background-color: #ffdbba;
/* Tailwind (arbitrary) */
class="text-[#ffdbba] bg-[#ffdbba]"
/* SCSS */
$brand: #ffdbba;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.729)
/* Android */
Color.parseColor("#ffdbba")Accessibility — WCAG contrast
Aa
#ffdbba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdbba on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow27.1%
Key (black)0.0%
Color previews
#ffdbba text on a black background
contrast 16.09:1
Card sample
#ffdbba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdbba;
Background color
Panel with #ffdbba background
background-color: #ffdbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdbba; background: linear-gradient(135deg, #ffdbba, #F5FFBA);