#f7ffef
a pale, electric green · cool · closest name: ivory
RGB
247, 255, 239
HSL
90°, 100%, 97%
CMYK
3, 0, 6, 0
Luminance
0.9753
Every format
| HEX | #f7ffef |
| RGB | rgb(247, 255, 239) |
| HSL | hsl(90, 100%, 97%) |
| CMYK | cmyk(3%, 0%, 6%, 0%) |
| LAB | lab(99.0 -5.4 6.7) |
| LCH | lch(99.0 8.6 128.8) |
| OKLCH | oklch(0.990 0.023 128.7) |
Copy-ready code
/* CSS */
color: #f7ffef;
background-color: #f7ffef;
/* Tailwind (arbitrary) */
class="text-[#f7ffef] bg-[#f7ffef]"
/* SCSS */
$brand: #f7ffef;
/* SwiftUI */
Color(red: 0.969, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#f7ffef")Accessibility — WCAG contrast
Aa
#f7ffef on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ffef on black: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green100.0%
Blue93.7%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#f7ffef text on a black background
contrast 20.51:1
Card sample
#f7ffef text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ffef;
Background color
Panel with #f7ffef background
background-color: #f7ffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ffef; background: linear-gradient(135deg, #f7ffef, #EFFFF2);