#f7fddf
a pale, electric green · cool · closest name: beige
RGB
247, 253, 223
HSL
72°, 88%, 93%
CMYK
2, 0, 12, 1
Luminance
0.9535
Every format
| HEX | #f7fddf |
| RGB | rgb(247, 253, 223) |
| HSL | hsl(72, 88%, 93%) |
| CMYK | cmyk(2%, 0%, 12%, 1%) |
| LAB | lab(98.2 -7.0 13.7) |
| LCH | lch(98.2 15.4 117.2) |
| OKLCH | oklch(0.982 0.040 116.3) |
Copy-ready code
/* CSS */
color: #f7fddf;
background-color: #f7fddf;
/* Tailwind (arbitrary) */
class="text-[#f7fddf] bg-[#f7fddf]"
/* SCSS */
$brand: #f7fddf;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#f7fddf")Accessibility — WCAG contrast
Aa
#f7fddf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fddf on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue87.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#f7fddf text on a black background
contrast 20.07:1
Card sample
#f7fddf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fddf;
Background color
Panel with #f7fddf background
background-color: #f7fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fddf; background: linear-gradient(135deg, #f7fddf, #E3FDDF);