#f3ffdb
a pale, electric green · cool · closest name: beige
RGB
243, 255, 219
HSL
80°, 100%, 93%
CMYK
5, 0, 14, 0
Luminance
0.9569
Every format
| HEX | #f3ffdb |
| RGB | rgb(243, 255, 219) |
| HSL | hsl(80, 100%, 93%) |
| CMYK | cmyk(5%, 0%, 14%, 0%) |
| LAB | lab(98.3 -10.0 15.9) |
| LCH | lch(98.3 18.8 122.3) |
| OKLCH | oklch(0.982 0.049 122.3) |
Copy-ready code
/* CSS */
color: #f3ffdb;
background-color: #f3ffdb;
/* Tailwind (arbitrary) */
class="text-[#f3ffdb] bg-[#f3ffdb]"
/* SCSS */
$brand: #f3ffdb;
/* SwiftUI */
Color(red: 0.953, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#f3ffdb")Accessibility — WCAG contrast
Aa
#f3ffdb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ffdb on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green100.0%
Blue85.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#f3ffdb text on a black background
contrast 20.14:1
Card sample
#f3ffdb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ffdb;
Background color
Panel with #f3ffdb background
background-color: #f3ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ffdb; background: linear-gradient(135deg, #f3ffdb, #DBFFDB);