#f6fcda
a pale, electric green · cool · closest name: beige
RGB
246, 252, 218
HSL
71°, 85%, 92%
CMYK
2, 0, 14, 1
Luminance
0.9428
Every format
| HEX | #f6fcda |
| RGB | rgb(246, 252, 218) |
| HSL | hsl(71, 85%, 92%) |
| CMYK | cmyk(2%, 0%, 14%, 1%) |
| LAB | lab(97.7 -7.7 15.6) |
| LCH | lch(97.7 17.4 116.1) |
| OKLCH | oklch(0.978 0.045 115.4) |
Copy-ready code
/* CSS */
color: #f6fcda;
background-color: #f6fcda;
/* Tailwind (arbitrary) */
class="text-[#f6fcda] bg-[#f6fcda]"
/* SCSS */
$brand: #f6fcda;
/* SwiftUI */
Color(red: 0.965, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#f6fcda")Accessibility — WCAG contrast
Aa
#f6fcda on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fcda on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.8%
Blue85.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#f6fcda text on a black background
contrast 19.86:1
Card sample
#f6fcda text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fcda;
Background color
Panel with #f6fcda background
background-color: #f6fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fcda; background: linear-gradient(135deg, #f6fcda, #E0FCDA);