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