#faffe0
a pale, electric yellow · cool · closest name: beige
RGB
250, 255, 224
HSL
70°, 100%, 94%
CMYK
2, 0, 12, 0
Luminance
0.9723
Every format
| HEX | #faffe0 |
| RGB | rgb(250, 255, 224) |
| HSL | hsl(70, 100%, 94%) |
| CMYK | cmyk(2%, 0%, 12%, 0%) |
| LAB | lab(98.9 -6.8 14.3) |
| LCH | lch(98.9 15.8 115.6) |
| OKLCH | oklch(0.988 0.041 114.6) |
Copy-ready code
/* CSS */
color: #faffe0;
background-color: #faffe0;
/* Tailwind (arbitrary) */
class="text-[#faffe0] bg-[#faffe0]"
/* SCSS */
$brand: #faffe0;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.878)
/* Android */
Color.parseColor("#faffe0")Accessibility — WCAG contrast
Aa
#faffe0 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffe0 on black: 20.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue87.8%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow12.2%
Key (black)0.0%
Color previews
#faffe0 text on a black background
contrast 20.45:1
Card sample
#faffe0 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffe0;
Background color
Panel with #faffe0 background
background-color: #faffe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffe0; background: linear-gradient(135deg, #faffe0, #E5FFE0);