#faff4a
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 255, 74
HSL
62°, 100%, 65%
CMYK
2, 0, 71, 0
Luminance
0.9234
Every format
| HEX | #faff4a |
| RGB | rgb(250, 255, 74) |
| HSL | hsl(62, 100%, 65%) |
| CMYK | cmyk(2%, 0%, 71%, 0%) |
| LAB | lab(97.0 -21.9 80.5) |
| LCH | lch(97.0 83.5 105.2) |
| OKLCH | oklch(0.966 0.191 111.1) |
Copy-ready code
/* CSS */
color: #faff4a;
background-color: #faff4a;
/* Tailwind (arbitrary) */
class="text-[#faff4a] bg-[#faff4a]"
/* SCSS */
$brand: #faff4a;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.290)
/* Android */
Color.parseColor("#faff4a")Accessibility — WCAG contrast
Aa
#faff4a on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faff4a on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue29.0%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow71.0%
Key (black)0.0%
Color previews
#faff4a text on a black background
contrast 19.47:1
Card sample
#faff4a text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faff4a;
Background color
Panel with #faff4a background
background-color: #faff4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faff4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faff4a; background: linear-gradient(135deg, #faff4a, #81FF4A);