#f6ffce
a pale, electric green · cool · closest name: beige
RGB
246, 255, 206
HSL
71°, 100%, 90%
CMYK
4, 0, 19, 0
Luminance
0.9557
Every format
| HEX | #f6ffce |
| RGB | rgb(246, 255, 206) |
| HSL | hsl(71, 100%, 90%) |
| CMYK | cmyk(4%, 0%, 19%, 0%) |
| LAB | lab(98.3 -11.0 22.5) |
| LCH | lch(98.3 25.0 116.0) |
| OKLCH | oklch(0.981 0.064 116.0) |
Copy-ready code
/* CSS */
color: #f6ffce;
background-color: #f6ffce;
/* Tailwind (arbitrary) */
class="text-[#f6ffce] bg-[#f6ffce]"
/* SCSS */
$brand: #f6ffce;
/* SwiftUI */
Color(red: 0.965, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#f6ffce")Accessibility — WCAG contrast
Aa
#f6ffce on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ffce on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green100.0%
Blue80.8%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#f6ffce text on a black background
contrast 20.11:1
Card sample
#f6ffce text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ffce;
Background color
Panel with #f6ffce background
background-color: #f6ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ffce; background: linear-gradient(135deg, #f6ffce, #D5FFCE);