#faff9f
a light, electric yellow · cool · closest name: khaki
RGB
250, 255, 159
HSL
63°, 100%, 81%
CMYK
2, 0, 38, 0
Luminance
0.9435
Every format
| HEX | #faff9f |
| RGB | rgb(250, 255, 159) |
| HSL | hsl(63, 100%, 81%) |
| CMYK | cmyk(2%, 0%, 38%, 0%) |
| LAB | lab(97.8 -15.5 45.3) |
| LCH | lch(97.8 47.9 108.9) |
| OKLCH | oklch(0.975 0.119 111.0) |
Copy-ready code
/* CSS */
color: #faff9f;
background-color: #faff9f;
/* Tailwind (arbitrary) */
class="text-[#faff9f] bg-[#faff9f]"
/* SCSS */
$brand: #faff9f;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.624)
/* Android */
Color.parseColor("#faff9f")Accessibility — WCAG contrast
Aa
#faff9f on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faff9f on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue62.4%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow37.6%
Key (black)0.0%
Color previews
#faff9f text on a black background
contrast 19.87:1
Card sample
#faff9f text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faff9f;
Background color
Panel with #faff9f background
background-color: #faff9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faff9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faff9f; background: linear-gradient(135deg, #faff9f, #BAFF9F);