#c0f9cf
a pale, electric green · cool · closest name: aquamarine
RGB
192, 249, 207
HSL
136°, 83%, 87%
CMYK
23, 0, 17, 2
Luminance
0.8346
Every format
| HEX | #c0f9cf |
| RGB | rgb(192, 249, 207) |
| HSL | hsl(136, 83%, 87%) |
| CMYK | cmyk(23%, 0%, 17%, 2%) |
| LAB | lab(93.2 -26.1 14.4) |
| LCH | lch(93.2 29.8 151.1) |
| OKLCH | oklch(0.932 0.081 152.8) |
Copy-ready code
/* CSS */
color: #c0f9cf;
background-color: #c0f9cf;
/* Tailwind (arbitrary) */
class="text-[#c0f9cf] bg-[#c0f9cf]"
/* SCSS */
$brand: #c0f9cf;
/* SwiftUI */
Color(red: 0.753, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#c0f9cf")Accessibility — WCAG contrast
Aa
#c0f9cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f9cf on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green97.6%
Blue81.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#c0f9cf text on a black background
contrast 17.69:1
Card sample
#c0f9cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f9cf;
Background color
Panel with #c0f9cf background
background-color: #c0f9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f9cf; background: linear-gradient(135deg, #c0f9cf, #C0F9F5);