#f5fcd2
a pale, electric green · cool · closest name: beige
RGB
245, 252, 210
HSL
70°, 88%, 91%
CMYK
3, 0, 17, 1
Luminance
0.9369
Every format
| HEX | #f5fcd2 |
| RGB | rgb(245, 252, 210) |
| HSL | hsl(70, 88%, 91%) |
| CMYK | cmyk(3%, 0%, 17%, 1%) |
| LAB | lab(97.5 -9.2 19.4) |
| LCH | lch(97.5 21.5 115.5) |
| OKLCH | oklch(0.975 0.055 115.1) |
Copy-ready code
/* CSS */
color: #f5fcd2;
background-color: #f5fcd2;
/* Tailwind (arbitrary) */
class="text-[#f5fcd2] bg-[#f5fcd2]"
/* SCSS */
$brand: #f5fcd2;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#f5fcd2")Accessibility — WCAG contrast
Aa
#f5fcd2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcd2 on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue82.4%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#f5fcd2 text on a black background
contrast 19.74:1
Card sample
#f5fcd2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcd2;
Background color
Panel with #f5fcd2 background
background-color: #f5fcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcd2; background: linear-gradient(135deg, #f5fcd2, #D9FCD2);