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