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