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