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