#c2fade
a pale, electric green · cool · closest name: beige
RGB
194, 250, 222
HSL
150°, 85%, 87%
CMYK
22, 0, 11, 2
Luminance
0.8511
Every format
| HEX | #c2fade |
| RGB | rgb(194, 250, 222) |
| HSL | hsl(150, 85%, 87%) |
| CMYK | cmyk(22%, 0%, 11%, 2%) |
| LAB | lab(93.9 -23.1 7.7) |
| LCH | lch(93.9 24.4 161.6) |
| OKLCH | oklch(0.939 0.068 163.1) |
Copy-ready code
/* CSS */
color: #c2fade;
background-color: #c2fade;
/* Tailwind (arbitrary) */
class="text-[#c2fade] bg-[#c2fade]"
/* SCSS */
$brand: #c2fade;
/* SwiftUI */
Color(red: 0.761, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#c2fade")Accessibility — WCAG contrast
Aa
#c2fade on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fade on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.0%
Blue87.1%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#c2fade text on a black background
contrast 18.02:1
Card sample
#c2fade text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fade;
Background color
Panel with #c2fade background
background-color: #c2fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fade; background: linear-gradient(135deg, #c2fade, #C2F1FA);