#f3fcdb
a pale, electric green · cool · closest name: beige
RGB
243, 252, 219
HSL
76°, 85%, 92%
CMYK
4, 0, 13, 1
Luminance
0.9379
Every format
| HEX | #f3fcdb |
| RGB | rgb(243, 252, 219) |
| HSL | hsl(76, 85%, 92%) |
| CMYK | cmyk(4%, 0%, 13%, 1%) |
| LAB | lab(97.5 -8.5 14.8) |
| LCH | lch(97.5 17.1 120.0) |
| OKLCH | oklch(0.976 0.044 119.6) |
Copy-ready code
/* CSS */
color: #f3fcdb;
background-color: #f3fcdb;
/* Tailwind (arbitrary) */
class="text-[#f3fcdb] bg-[#f3fcdb]"
/* SCSS */
$brand: #f3fcdb;
/* SwiftUI */
Color(red: 0.953, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#f3fcdb")Accessibility — WCAG contrast
Aa
#f3fcdb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fcdb on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.8%
Blue85.9%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#f3fcdb text on a black background
contrast 19.76:1
Card sample
#f3fcdb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fcdb;
Background color
Panel with #f3fcdb background
background-color: #f3fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fcdb; background: linear-gradient(135deg, #f3fcdb, #DDFCDB);