#f3fcec
a pale, vivid green · cool · closest name: ivory
RGB
243, 252, 236
HSL
94°, 73%, 96%
CMYK
4, 0, 6, 1
Luminance
0.9473
Every format
| HEX | #f3fcec |
| RGB | rgb(243, 252, 236) |
| HSL | hsl(94, 73%, 96%) |
| CMYK | cmyk(4%, 0%, 6%, 1%) |
| LAB | lab(97.9 -5.8 6.6) |
| LCH | lch(97.9 8.8 131.0) |
| OKLCH | oklch(0.980 0.023 131.1) |
Copy-ready code
/* CSS */
color: #f3fcec;
background-color: #f3fcec;
/* Tailwind (arbitrary) */
class="text-[#f3fcec] bg-[#f3fcec]"
/* SCSS */
$brand: #f3fcec;
/* SwiftUI */
Color(red: 0.953, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#f3fcec")Accessibility — WCAG contrast
Aa
#f3fcec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fcec on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.8%
Blue92.5%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#f3fcec text on a black background
contrast 19.95:1
Card sample
#f3fcec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fcec;
Background color
Panel with #f3fcec background
background-color: #f3fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fcec; background: linear-gradient(135deg, #f3fcec, #ECFCF0);