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