#f6feef
a pale, electric green · cool · closest name: ivory
RGB
246, 254, 239
HSL
92°, 88%, 97%
CMYK
3, 0, 6, 0
Luminance
0.9671
Every format
| HEX | #f6feef |
| RGB | rgb(246, 254, 239) |
| HSL | hsl(92, 88%, 97%) |
| CMYK | cmyk(3%, 0%, 6%, 0%) |
| LAB | lab(98.7 -5.2 6.3) |
| LCH | lch(98.7 8.2 130.0) |
| OKLCH | oklch(0.987 0.021 130.0) |
Copy-ready code
/* CSS */
color: #f6feef;
background-color: #f6feef;
/* Tailwind (arbitrary) */
class="text-[#f6feef] bg-[#f6feef]"
/* SCSS */
$brand: #f6feef;
/* SwiftUI */
Color(red: 0.965, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#f6feef")Accessibility — WCAG contrast
Aa
#f6feef on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6feef on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green99.6%
Blue93.7%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#f6feef text on a black background
contrast 20.34:1
Card sample
#f6feef text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6feef;
Background color
Panel with #f6feef background
background-color: #f6feef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6feef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6feef; background: linear-gradient(135deg, #f6feef, #EFFEF2);