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