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