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