#f3ffdf
a pale, electric green · cool · closest name: beige
RGB
243, 255, 223
HSL
83°, 100%, 94%
CMYK
5, 0, 13, 0
Luminance
0.9590
Every format
| HEX | #f3ffdf |
| RGB | rgb(243, 255, 223) |
| HSL | hsl(83, 100%, 94%) |
| CMYK | cmyk(5%, 0%, 13%, 0%) |
| LAB | lab(98.4 -9.4 14.0) |
| LCH | lch(98.4 16.8 124.0) |
| OKLCH | oklch(0.983 0.044 124.0) |
Copy-ready code
/* CSS */
color: #f3ffdf;
background-color: #f3ffdf;
/* Tailwind (arbitrary) */
class="text-[#f3ffdf] bg-[#f3ffdf]"
/* SCSS */
$brand: #f3ffdf;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#f3ffdf")Accessibility — WCAG contrast
Aa
#f3ffdf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffdf on black: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#f3ffdf text on a black background
contrast 20.18:1
Card sample
#f3ffdf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffdf;
Background color
Panel with #f3ffdf background
background-color: #f3ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffdf; background: linear-gradient(135deg, #f3ffdf, #DFFFE0);