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