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