#c6fade
a pale, electric green · cool · closest name: beige
RGB
198, 250, 222
HSL
148°, 84%, 88%
CMYK
21, 0, 11, 2
Luminance
0.8565
Every format
| HEX | #c6fade |
| RGB | rgb(198, 250, 222) |
| HSL | hsl(148, 84%, 88%) |
| CMYK | cmyk(21%, 0%, 11%, 2%) |
| LAB | lab(94.2 -21.9 8.0) |
| LCH | lch(94.2 23.3 159.8) |
| OKLCH | oklch(0.942 0.065 161.3) |
Copy-ready code
/* CSS */
color: #c6fade;
background-color: #c6fade;
/* Tailwind (arbitrary) */
class="text-[#c6fade] bg-[#c6fade]"
/* SCSS */
$brand: #c6fade;
/* SwiftUI */
Color(red: 0.776, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#c6fade")Accessibility — WCAG contrast
Aa
#c6fade on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fade on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.0%
Blue87.1%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#c6fade text on a black background
contrast 18.13:1
Card sample
#c6fade text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fade;
Background color
Panel with #c6fade background
background-color: #c6fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fade; background: linear-gradient(135deg, #c6fade, #C6F3FA);