#ffdf5d
a light, electric yellow · cool · closest name: gold
RGB
255, 223, 93
HSL
48°, 100%, 68%
CMYK
0, 13, 64, 0
Luminance
0.7483
Every format
| HEX | #ffdf5d |
| RGB | rgb(255, 223, 93) |
| HSL | hsl(48, 100%, 68%) |
| CMYK | cmyk(0%, 13%, 64%, 0%) |
| LAB | lab(89.3 -3.3 65.8) |
| LCH | lch(89.3 65.9 92.8) |
| OKLCH | oklch(0.907 0.150 95.4) |
Copy-ready code
/* CSS */
color: #ffdf5d;
background-color: #ffdf5d;
/* Tailwind (arbitrary) */
class="text-[#ffdf5d] bg-[#ffdf5d]"
/* SCSS */
$brand: #ffdf5d;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.365)
/* Android */
Color.parseColor("#ffdf5d")Accessibility — WCAG contrast
Aa
#ffdf5d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf5d on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow63.5%
Key (black)0.0%
Color previews
#ffdf5d text on a black background
contrast 15.97:1
Card sample
#ffdf5d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf5d;
Background color
Panel with #ffdf5d background
background-color: #ffdf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf5d; background: linear-gradient(135deg, #ffdf5d, #B3FF5D);