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