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