#faff29
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 255, 41
HSL
61°, 100%, 58%
CMYK
2, 0, 84, 0
Luminance
0.9200
Every format
| HEX | #faff29 |
| RGB | rgb(250, 255, 41) |
| HSL | hsl(61, 100%, 58%) |
| CMYK | cmyk(2%, 0%, 84%, 0%) |
| LAB | lab(96.8 -23.1 89.3) |
| LCH | lch(96.8 92.2 104.5) |
| OKLCH | oklch(0.965 0.205 111.2) |
Copy-ready code
/* CSS */
color: #faff29;
background-color: #faff29;
/* Tailwind (arbitrary) */
class="text-[#faff29] bg-[#faff29]"
/* SCSS */
$brand: #faff29;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.161)
/* Android */
Color.parseColor("#faff29")Accessibility — WCAG contrast
Aa
#faff29 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faff29 on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue16.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow83.9%
Key (black)0.0%
Color previews
#faff29 text on a black background
contrast 19.40:1
Card sample
#faff29 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faff29;
Background color
Panel with #faff29 background
background-color: #faff29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faff29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faff29; background: linear-gradient(135deg, #faff29, #6BFF29);