#ffda91
a light, electric orange · warm · closest name: khaki
RGB
255, 218, 145
HSL
40°, 100%, 78%
CMYK
0, 15, 43, 0
Luminance
0.7345
Every format
| HEX | #ffda91 |
| RGB | rgb(255, 218, 145) |
| HSL | hsl(40, 100%, 78%) |
| CMYK | cmyk(0%, 15%, 43%, 0%) |
| LAB | lab(88.7 3.5 40.6) |
| LCH | lch(88.7 40.8 85.1) |
| OKLCH | oklch(0.904 0.100 83.7) |
Copy-ready code
/* CSS */
color: #ffda91;
background-color: #ffda91;
/* Tailwind (arbitrary) */
class="text-[#ffda91] bg-[#ffda91]"
/* SCSS */
$brand: #ffda91;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.569)
/* Android */
Color.parseColor("#ffda91")Accessibility — WCAG contrast
Aa
#ffda91 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda91 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow43.1%
Key (black)0.0%
Color previews
#ffda91 text on a black background
contrast 15.69:1
Card sample
#ffda91 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda91;
Background color
Panel with #ffda91 background
background-color: #ffda91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda91; background: linear-gradient(135deg, #ffda91, #DBFF91);