#f5fdda
a pale, electric green · cool · closest name: beige
RGB
245, 253, 218
HSL
74°, 90%, 92%
CMYK
3, 0, 14, 1
Luminance
0.9472
Every format
| HEX | #f5fdda |
| RGB | rgb(245, 253, 218) |
| HSL | hsl(74, 90%, 92%) |
| CMYK | cmyk(3%, 0%, 14%, 1%) |
| LAB | lab(97.9 -8.5 15.9) |
| LCH | lch(97.9 18.0 118.2) |
| OKLCH | oklch(0.979 0.046 117.7) |
Copy-ready code
/* CSS */
color: #f5fdda;
background-color: #f5fdda;
/* Tailwind (arbitrary) */
class="text-[#f5fdda] bg-[#f5fdda]"
/* SCSS */
$brand: #f5fdda;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#f5fdda")Accessibility — WCAG contrast
Aa
#f5fdda on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fdda on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue85.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#f5fdda text on a black background
contrast 19.94:1
Card sample
#f5fdda text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fdda;
Background color
Panel with #f5fdda background
background-color: #f5fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fdda; background: linear-gradient(135deg, #f5fdda, #DEFDDA);