#f3ffce
a pale, electric green · cool · closest name: beige
RGB
243, 255, 206
HSL
75°, 100%, 90%
CMYK
5, 0, 19, 0
Luminance
0.9503
Every format
| HEX | #f3ffce |
| RGB | rgb(243, 255, 206) |
| HSL | hsl(75, 100%, 90%) |
| CMYK | cmyk(5%, 0%, 19%, 0%) |
| LAB | lab(98.0 -12.0 22.1) |
| LCH | lch(98.0 25.2 118.5) |
| OKLCH | oklch(0.979 0.065 118.8) |
Copy-ready code
/* CSS */
color: #f3ffce;
background-color: #f3ffce;
/* Tailwind (arbitrary) */
class="text-[#f3ffce] bg-[#f3ffce]"
/* SCSS */
$brand: #f3ffce;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#f3ffce")Accessibility — WCAG contrast
Aa
#f3ffce on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffce on black: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue80.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#f3ffce text on a black background
contrast 20.01:1
Card sample
#f3ffce text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffce;
Background color
Panel with #f3ffce background
background-color: #f3ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffce; background: linear-gradient(135deg, #f3ffce, #D2FFCE);