#faff69
a light, electric yellow · cool · closest name: yellow
RGB
250, 255, 105
HSL
62°, 100%, 71%
CMYK
2, 0, 59, 0
Luminance
0.9286
Every format
| HEX | #faff69 |
| RGB | rgb(250, 255, 105) |
| HSL | hsl(62, 100%, 71%) |
| CMYK | cmyk(2%, 0%, 59%, 0%) |
| LAB | lab(97.2 -20.2 69.2) |
| LCH | lch(97.2 72.1 106.3) |
| OKLCH | oklch(0.969 0.170 111.0) |
Copy-ready code
/* CSS */
color: #faff69;
background-color: #faff69;
/* Tailwind (arbitrary) */
class="text-[#faff69] bg-[#faff69]"
/* SCSS */
$brand: #faff69;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#faff69")Accessibility — WCAG contrast
Aa
#faff69 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faff69 on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue41.2%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#faff69 text on a black background
contrast 19.57:1
Card sample
#faff69 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faff69;
Background color
Panel with #faff69 background
background-color: #faff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faff69; background: linear-gradient(135deg, #faff69, #96FF69);