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