#ffd950
a light, electric yellow · cool · closest name: gold
RGB
255, 217, 80
HSL
47°, 100%, 66%
CMYK
0, 15, 69, 0
Luminance
0.7146
Every format
| HEX | #ffd950 |
| RGB | rgb(255, 217, 80) |
| HSL | hsl(47, 100%, 66%) |
| CMYK | cmyk(0%, 15%, 69%, 0%) |
| LAB | lab(87.7 -0.9 69.4) |
| LCH | lch(87.7 69.4 90.8) |
| OKLCH | oklch(0.894 0.156 93.3) |
Copy-ready code
/* CSS */
color: #ffd950;
background-color: #ffd950;
/* Tailwind (arbitrary) */
class="text-[#ffd950] bg-[#ffd950]"
/* SCSS */
$brand: #ffd950;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#ffd950")Accessibility — WCAG contrast
Aa
#ffd950 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd950 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow68.6%
Key (black)0.0%
Color previews
#ffd950 text on a black background
contrast 15.29:1
Card sample
#ffd950 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd950;
Background color
Panel with #ffd950 background
background-color: #ffd950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd950; background: linear-gradient(135deg, #ffd950, #B0FF50);