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