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