#faff50
a light, electric yellow · cool · closest name: yellow
RGB
250, 255, 80
HSL
62°, 100%, 66%
CMYK
2, 0, 69, 0
Luminance
0.9242
Every format
| HEX | #faff50 |
| RGB | rgb(250, 255, 80) |
| HSL | hsl(62, 100%, 66%) |
| CMYK | cmyk(2%, 0%, 69%, 0%) |
| LAB | lab(97.0 -21.7 78.5) |
| LCH | lch(97.0 81.5 105.4) |
| OKLCH | oklch(0.967 0.187 111.1) |
Copy-ready code
/* CSS */
color: #faff50;
background-color: #faff50;
/* Tailwind (arbitrary) */
class="text-[#faff50] bg-[#faff50]"
/* SCSS */
$brand: #faff50;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.314)
/* Android */
Color.parseColor("#faff50")Accessibility — WCAG contrast
Aa
#faff50 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faff50 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue31.4%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow68.6%
Key (black)0.0%
Color previews
#faff50 text on a black background
contrast 19.48:1
Card sample
#faff50 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faff50;
Background color
Panel with #faff50 background
background-color: #faff50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faff50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faff50; background: linear-gradient(135deg, #faff50, #85FF50);