#faffbd
a pale, electric yellow · cool · closest name: khaki
RGB
250, 255, 189
HSL
65°, 100%, 87%
CMYK
2, 0, 26, 0
Luminance
0.9552
Every format
| HEX | #faffbd |
| RGB | rgb(250, 255, 189) |
| HSL | hsl(65, 100%, 87%) |
| CMYK | cmyk(2%, 0%, 26%, 0%) |
| LAB | lab(98.2 -11.9 31.1) |
| LCH | lch(98.2 33.3 110.9) |
| OKLCH | oklch(0.981 0.084 111.5) |
Copy-ready code
/* CSS */
color: #faffbd;
background-color: #faffbd;
/* Tailwind (arbitrary) */
class="text-[#faffbd] bg-[#faffbd]"
/* SCSS */
$brand: #faffbd;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#faffbd")Accessibility — WCAG contrast
Aa
#faffbd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffbd on black: 20.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue74.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#faffbd text on a black background
contrast 20.10:1
Card sample
#faffbd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffbd;
Background color
Panel with #faffbd background
background-color: #faffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffbd; background: linear-gradient(135deg, #faffbd, #CEFFBD);