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