#f5ffdf
a pale, electric green · cool · closest name: beige
RGB
245, 255, 223
HSL
79°, 100%, 94%
CMYK
4, 0, 13, 0
Luminance
0.9626
Every format
| HEX | #f5ffdf |
| RGB | rgb(245, 255, 223) |
| HSL | hsl(79, 100%, 94%) |
| CMYK | cmyk(4%, 0%, 13%, 0%) |
| LAB | lab(98.5 -8.7 14.2) |
| LCH | lch(98.5 16.6 121.6) |
| OKLCH | oklch(0.984 0.043 121.3) |
Copy-ready code
/* CSS */
color: #f5ffdf;
background-color: #f5ffdf;
/* Tailwind (arbitrary) */
class="text-[#f5ffdf] bg-[#f5ffdf]"
/* SCSS */
$brand: #f5ffdf;
/* SwiftUI */
Color(red: 0.961, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#f5ffdf")Accessibility — WCAG contrast
Aa
#f5ffdf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ffdf on black: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#f5ffdf text on a black background
contrast 20.25:1
Card sample
#f5ffdf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ffdf;
Background color
Panel with #f5ffdf background
background-color: #f5ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ffdf; background: linear-gradient(135deg, #f5ffdf, #E0FFDF);