#faffab
a light, electric yellow · cool · closest name: khaki
RGB
250, 255, 171
HSL
64°, 100%, 84%
CMYK
2, 0, 33, 0
Luminance
0.9478
Every format
| HEX | #faffab |
| RGB | rgb(250, 255, 171) |
| HSL | hsl(64, 100%, 84%) |
| CMYK | cmyk(2%, 0%, 33%, 0%) |
| LAB | lab(98.0 -14.1 39.7) |
| LCH | lch(98.0 42.1 109.6) |
| OKLCH | oklch(0.977 0.105 111.1) |
Copy-ready code
/* CSS */
color: #faffab;
background-color: #faffab;
/* Tailwind (arbitrary) */
class="text-[#faffab] bg-[#faffab]"
/* SCSS */
$brand: #faffab;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#faffab")Accessibility — WCAG contrast
Aa
#faffab on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffab on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue67.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#faffab text on a black background
contrast 19.96:1
Card sample
#faffab text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffab;
Background color
Panel with #faffab background
background-color: #faffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffab; background: linear-gradient(135deg, #faffab, #C2FFAB);