#ffdf83
a light, electric yellow · warm · closest name: khaki
RGB
255, 223, 131
HSL
45°, 100%, 76%
CMYK
0, 13, 49, 0
Luminance
0.7567
Every format
| HEX | #ffdf83 |
| RGB | rgb(255, 223, 131) |
| HSL | hsl(45, 100%, 76%) |
| CMYK | cmyk(0%, 13%, 49%, 0%) |
| LAB | lab(89.7 -0.4 48.9) |
| LCH | lch(89.7 48.9 90.5) |
| OKLCH | oklch(0.911 0.117 90.8) |
Copy-ready code
/* CSS */
color: #ffdf83;
background-color: #ffdf83;
/* Tailwind (arbitrary) */
class="text-[#ffdf83] bg-[#ffdf83]"
/* SCSS */
$brand: #ffdf83;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#ffdf83")Accessibility — WCAG contrast
Aa
#ffdf83 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf83 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow48.6%
Key (black)0.0%
Color previews
#ffdf83 text on a black background
contrast 16.13:1
Card sample
#ffdf83 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf83;
Background color
Panel with #ffdf83 background
background-color: #ffdf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf83; background: linear-gradient(135deg, #ffdf83, #CCFF83);