#c0fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
192, 251, 201
HSL
129°, 88%, 87%
CMYK
24, 0, 20, 2
Luminance
0.8442
Every format
| HEX | #c0fbc9 |
| RGB | rgb(192, 251, 201) |
| HSL | hsl(129, 88%, 87%) |
| CMYK | cmyk(24%, 0%, 20%, 2%) |
| LAB | lab(93.6 -28.1 18.1) |
| LCH | lch(93.6 33.4 147.2) |
| OKLCH | oklch(0.935 0.090 149.0) |
Copy-ready code
/* CSS */
color: #c0fbc9;
background-color: #c0fbc9;
/* Tailwind (arbitrary) */
class="text-[#c0fbc9] bg-[#c0fbc9]"
/* SCSS */
$brand: #c0fbc9;
/* SwiftUI */
Color(red: 0.753, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c0fbc9")Accessibility — WCAG contrast
Aa
#c0fbc9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fbc9 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c0fbc9 text on a black background
contrast 17.88:1
Card sample
#c0fbc9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fbc9;
Background color
Panel with #c0fbc9 background
background-color: #c0fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fbc9; background: linear-gradient(135deg, #c0fbc9, #C0FBF0);