#ffdba6
a light, electric orange · warm · closest name: tan
RGB
255, 219, 166
HSL
36°, 100%, 83%
CMYK
0, 14, 35, 0
Luminance
0.7468
Every format
| HEX | #ffdba6 |
| RGB | rgb(255, 219, 166) |
| HSL | hsl(36, 100%, 83%) |
| CMYK | cmyk(0%, 14%, 35%, 0%) |
| LAB | lab(89.2 5.2 30.7) |
| LCH | lch(89.2 31.2 80.4) |
| OKLCH | oklch(0.909 0.079 77.1) |
Copy-ready code
/* CSS */
color: #ffdba6;
background-color: #ffdba6;
/* Tailwind (arbitrary) */
class="text-[#ffdba6] bg-[#ffdba6]"
/* SCSS */
$brand: #ffdba6;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.651)
/* Android */
Color.parseColor("#ffdba6")Accessibility — WCAG contrast
Aa
#ffdba6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdba6 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow34.9%
Key (black)0.0%
Color previews
#ffdba6 text on a black background
contrast 15.94:1
Card sample
#ffdba6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdba6;
Background color
Panel with #ffdba6 background
background-color: #ffdba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdba6; background: linear-gradient(135deg, #ffdba6, #E8FFA6);