#ffd890
a light, electric orange · warm · closest name: khaki
RGB
255, 216, 144
HSL
39°, 100%, 78%
CMYK
0, 15, 44, 0
Luminance
0.7239
Every format
| HEX | #ffd890 |
| RGB | rgb(255, 216, 144) |
| HSL | hsl(39, 100%, 78%) |
| CMYK | cmyk(0%, 15%, 44%, 0%) |
| LAB | lab(88.2 4.4 40.5) |
| LCH | lch(88.2 40.7 83.8) |
| OKLCH | oklch(0.900 0.100 82.2) |
Copy-ready code
/* CSS */
color: #ffd890;
background-color: #ffd890;
/* Tailwind (arbitrary) */
class="text-[#ffd890] bg-[#ffd890]"
/* SCSS */
$brand: #ffd890;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.565)
/* Android */
Color.parseColor("#ffd890")Accessibility — WCAG contrast
Aa
#ffd890 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd890 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow43.5%
Key (black)0.0%
Color previews
#ffd890 text on a black background
contrast 15.48:1
Card sample
#ffd890 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd890;
Background color
Panel with #ffd890 background
background-color: #ffd890;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd890;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd890; background: linear-gradient(135deg, #ffd890, #DCFF90);