#ffda95
a light, electric orange · warm · closest name: khaki
RGB
255, 218, 149
HSL
39°, 100%, 79%
CMYK
0, 15, 42, 0
Luminance
0.7357
Every format
| HEX | #ffda95 |
| RGB | rgb(255, 218, 149) |
| HSL | hsl(39, 100%, 79%) |
| CMYK | cmyk(0%, 15%, 42%, 0%) |
| LAB | lab(88.7 3.9 38.7) |
| LCH | lch(88.7 38.9 84.3) |
| OKLCH | oklch(0.904 0.096 82.5) |
Copy-ready code
/* CSS */
color: #ffda95;
background-color: #ffda95;
/* Tailwind (arbitrary) */
class="text-[#ffda95] bg-[#ffda95]"
/* SCSS */
$brand: #ffda95;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.584)
/* Android */
Color.parseColor("#ffda95")Accessibility — WCAG contrast
Aa
#ffda95 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda95 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow41.6%
Key (black)0.0%
Color previews
#ffda95 text on a black background
contrast 15.71:1
Card sample
#ffda95 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda95;
Background color
Panel with #ffda95 background
background-color: #ffda95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda95; background: linear-gradient(135deg, #ffda95, #DDFF95);