#f3fecf
a pale, electric green · cool · closest name: beige
RGB
243, 254, 207
HSL
74°, 96%, 90%
CMYK
4, 0, 19, 0
Luminance
0.9444
Every format
| HEX | #f3fecf |
| RGB | rgb(243, 254, 207) |
| HSL | hsl(74, 96%, 90%) |
| CMYK | cmyk(4%, 0%, 19%, 0%) |
| LAB | lab(97.8 -11.4 21.3) |
| LCH | lch(97.8 24.1 118.1) |
| OKLCH | oklch(0.977 0.062 118.3) |
Copy-ready code
/* CSS */
color: #f3fecf;
background-color: #f3fecf;
/* Tailwind (arbitrary) */
class="text-[#f3fecf] bg-[#f3fecf]"
/* SCSS */
$brand: #f3fecf;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#f3fecf")Accessibility — WCAG contrast
Aa
#f3fecf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fecf on black: 19.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#f3fecf text on a black background
contrast 19.89:1
Card sample
#f3fecf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fecf;
Background color
Panel with #f3fecf background
background-color: #f3fecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fecf; background: linear-gradient(135deg, #f3fecf, #D4FECF);