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