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