#c2fae2
a pale, electric green · cool · closest name: beige
RGB
194, 250, 226
HSL
154°, 85%, 87%
CMYK
22, 0, 10, 2
Luminance
0.8533
Every format
| HEX | #c2fae2 |
| RGB | rgb(194, 250, 226) |
| HSL | hsl(154, 85%, 87%) |
| CMYK | cmyk(22%, 0%, 10%, 2%) |
| LAB | lab(94.0 -22.4 5.8) |
| LCH | lch(94.0 23.1 165.6) |
| OKLCH | oklch(0.940 0.065 166.9) |
Copy-ready code
/* CSS */
color: #c2fae2;
background-color: #c2fae2;
/* Tailwind (arbitrary) */
class="text-[#c2fae2] bg-[#c2fae2]"
/* SCSS */
$brand: #c2fae2;
/* SwiftUI */
Color(red: 0.761, green: 0.980, blue: 0.886)
/* Android */
Color.parseColor("#c2fae2")Accessibility — WCAG contrast
Aa
#c2fae2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fae2 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.0%
Blue88.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow9.6%
Key (black)2.0%
Color previews
#c2fae2 text on a black background
contrast 18.07:1
Card sample
#c2fae2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fae2;
Background color
Panel with #c2fae2 background
background-color: #c2fae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 250, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 250, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fae2; background: linear-gradient(135deg, #c2fae2, #C2EDFA);