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