#ffd080
a light, electric orange · warm · closest name: khaki
RGB
255, 208, 128
HSL
38°, 100%, 75%
CMYK
0, 18, 50, 0
Luminance
0.6793
Every format
| HEX | #ffd080 |
| RGB | rgb(255, 208, 128) |
| HSL | hsl(38, 100%, 75%) |
| CMYK | cmyk(0%, 18%, 50%, 0%) |
| LAB | lab(86.0 7.0 45.7) |
| LCH | lch(86.0 46.3 81.3) |
| OKLCH | oklch(0.882 0.112 79.8) |
Copy-ready code
/* CSS */
color: #ffd080;
background-color: #ffd080;
/* Tailwind (arbitrary) */
class="text-[#ffd080] bg-[#ffd080]"
/* SCSS */
$brand: #ffd080;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#ffd080")Accessibility — WCAG contrast
Aa
#ffd080 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd080 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow49.8%
Key (black)0.0%
Color previews
#ffd080 text on a black background
contrast 14.59:1
Card sample
#ffd080 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd080;
Background color
Panel with #ffd080 background
background-color: #ffd080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd080; background: linear-gradient(135deg, #ffd080, #D9FF80);