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