#f5fcdf
a pale, electric green · cool · closest name: beige
RGB
245, 252, 223
HSL
75°, 83%, 93%
CMYK
3, 0, 12, 1
Luminance
0.9436
Every format
| HEX | #f5fcdf |
| RGB | rgb(245, 252, 223) |
| HSL | hsl(75, 83%, 93%) |
| CMYK | cmyk(3%, 0%, 12%, 1%) |
| LAB | lab(97.8 -7.2 13.1) |
| LCH | lch(97.8 15.0 118.8) |
| OKLCH | oklch(0.978 0.039 118.1) |
Copy-ready code
/* CSS */
color: #f5fcdf;
background-color: #f5fcdf;
/* Tailwind (arbitrary) */
class="text-[#f5fcdf] bg-[#f5fcdf]"
/* SCSS */
$brand: #f5fcdf;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#f5fcdf")Accessibility — WCAG contrast
Aa
#f5fcdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcdf on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#f5fcdf text on a black background
contrast 19.87:1
Card sample
#f5fcdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcdf;
Background color
Panel with #f5fcdf background
background-color: #f5fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcdf; background: linear-gradient(135deg, #f5fcdf, #E1FCDF);