#c2fccb
a pale, electric green · cool · closest name: aquamarine
RGB
194, 252, 203
HSL
129°, 91%, 88%
CMYK
23, 0, 19, 1
Luminance
0.8540
Every format
| HEX | #c2fccb |
| RGB | rgb(194, 252, 203) |
| HSL | hsl(129, 91%, 88%) |
| CMYK | cmyk(23%, 0%, 19%, 1%) |
| LAB | lab(94.1 -27.6 17.6) |
| LCH | lch(94.1 32.7 147.4) |
| OKLCH | oklch(0.939 0.088 149.1) |
Copy-ready code
/* CSS */
color: #c2fccb;
background-color: #c2fccb;
/* Tailwind (arbitrary) */
class="text-[#c2fccb] bg-[#c2fccb]"
/* SCSS */
$brand: #c2fccb;
/* SwiftUI */
Color(red: 0.761, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#c2fccb")Accessibility — WCAG contrast
Aa
#c2fccb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fccb on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.8%
Blue79.6%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#c2fccb text on a black background
contrast 18.08:1
Card sample
#c2fccb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fccb;
Background color
Panel with #c2fccb background
background-color: #c2fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fccb; background: linear-gradient(135deg, #c2fccb, #C2FCF2);