#faffe8
a pale, electric green · cool · closest name: beige
RGB
250, 255, 232
HSL
73°, 100%, 96%
CMYK
2, 0, 9, 0
Luminance
0.9767
Every format
| HEX | #faffe8 |
| RGB | rgb(250, 255, 232) |
| HSL | hsl(73, 100%, 96%) |
| CMYK | cmyk(2%, 0%, 9%, 0%) |
| LAB | lab(99.1 -5.6 10.4) |
| LCH | lch(99.1 11.8 118.1) |
| OKLCH | oklch(0.990 0.030 116.9) |
Copy-ready code
/* CSS */
color: #faffe8;
background-color: #faffe8;
/* Tailwind (arbitrary) */
class="text-[#faffe8] bg-[#faffe8]"
/* SCSS */
$brand: #faffe8;
/* SwiftUI */
Color(red: 0.980, green: 1.000, blue: 0.910)
/* Android */
Color.parseColor("#faffe8")Accessibility — WCAG contrast
Aa
#faffe8 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faffe8 on black: 20.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green100.0%
Blue91.0%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow9.0%
Key (black)0.0%
Color previews
#faffe8 text on a black background
contrast 20.53:1
Card sample
#faffe8 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faffe8;
Background color
Panel with #faffe8 background
background-color: #faffe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faffe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 255, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 255, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faffe8; background: linear-gradient(135deg, #faffe8, #EBFFE8);