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