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