#f5fcd9
a pale, electric green · cool · closest name: beige
RGB
245, 252, 217
HSL
72°, 85%, 92%
CMYK
3, 0, 14, 1
Luminance
0.9404
Every format
| HEX | #f5fcd9 |
| RGB | rgb(245, 252, 217) |
| HSL | hsl(72, 85%, 92%) |
| CMYK | cmyk(3%, 0%, 14%, 1%) |
| LAB | lab(97.7 -8.2 16.0) |
| LCH | lch(97.7 18.0 117.0) |
| OKLCH | oklch(0.977 0.046 116.4) |
Copy-ready code
/* CSS */
color: #f5fcd9;
background-color: #f5fcd9;
/* Tailwind (arbitrary) */
class="text-[#f5fcd9] bg-[#f5fcd9]"
/* SCSS */
$brand: #f5fcd9;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.851)
/* Android */
Color.parseColor("#f5fcd9")Accessibility — WCAG contrast
Aa
#f5fcd9 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcd9 on black: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue85.1%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow13.9%
Key (black)1.2%
Color previews
#f5fcd9 text on a black background
contrast 19.81:1
Card sample
#f5fcd9 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcd9;
Background color
Panel with #f5fcd9 background
background-color: #f5fcd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcd9; background: linear-gradient(135deg, #f5fcd9, #DEFCD9);