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