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