#f6ffcb
a pale, electric green · cool · closest name: beige
RGB
246, 255, 203
HSL
70°, 100%, 90%
CMYK
4, 0, 20, 0
Luminance
0.9542
Every format
| HEX | #f6ffcb |
| RGB | rgb(246, 255, 203) |
| HSL | hsl(70, 100%, 90%) |
| CMYK | cmyk(4%, 0%, 20%, 0%) |
| LAB | lab(98.2 -11.4 23.9) |
| LCH | lch(98.2 26.5 115.5) |
| OKLCH | oklch(0.980 0.068 115.6) |
Copy-ready code
/* CSS */
color: #f6ffcb;
background-color: #f6ffcb;
/* Tailwind (arbitrary) */
class="text-[#f6ffcb] bg-[#f6ffcb]"
/* SCSS */
$brand: #f6ffcb;
/* SwiftUI */
Color(red: 0.965, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#f6ffcb")Accessibility — WCAG contrast
Aa
#f6ffcb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ffcb on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green100.0%
Blue79.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#f6ffcb text on a black background
contrast 20.08:1
Card sample
#f6ffcb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ffcb;
Background color
Panel with #f6ffcb background
background-color: #f6ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ffcb; background: linear-gradient(135deg, #f6ffcb, #D3FFCB);