#f6fcdf
a pale, electric green · cool · closest name: beige
RGB
246, 252, 223
HSL
72°, 83%, 93%
CMYK
2, 0, 12, 1
Luminance
0.9454
Every format
| HEX | #f6fcdf |
| RGB | rgb(246, 252, 223) |
| HSL | hsl(72, 83%, 93%) |
| CMYK | cmyk(2%, 0%, 12%, 1%) |
| LAB | lab(97.8 -6.9 13.2) |
| LCH | lch(97.8 14.9 117.5) |
| OKLCH | oklch(0.979 0.038 116.6) |
Copy-ready code
/* CSS */
color: #f6fcdf;
background-color: #f6fcdf;
/* Tailwind (arbitrary) */
class="text-[#f6fcdf] bg-[#f6fcdf]"
/* SCSS */
$brand: #f6fcdf;
/* SwiftUI */
Color(red: 0.965, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#f6fcdf")Accessibility — WCAG contrast
Aa
#f6fcdf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fcdf on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#f6fcdf text on a black background
contrast 19.91:1
Card sample
#f6fcdf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fcdf;
Background color
Panel with #f6fcdf background
background-color: #f6fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fcdf; background: linear-gradient(135deg, #f6fcdf, #E3FCDF);