#c0f8cf
a pale, electric green · cool · closest name: aquamarine
RGB
192, 248, 207
HSL
136°, 80%, 86%
CMYK
23, 0, 17, 3
Luminance
0.8285
Every format
| HEX | #c0f8cf |
| RGB | rgb(192, 248, 207) |
| HSL | hsl(136, 80%, 86%) |
| CMYK | cmyk(23%, 0%, 17%, 3%) |
| LAB | lab(93.0 -25.6 14.0) |
| LCH | lch(93.0 29.1 151.3) |
| OKLCH | oklch(0.930 0.079 152.9) |
Copy-ready code
/* CSS */
color: #c0f8cf;
background-color: #c0f8cf;
/* Tailwind (arbitrary) */
class="text-[#c0f8cf] bg-[#c0f8cf]"
/* SCSS */
$brand: #c0f8cf;
/* SwiftUI */
Color(red: 0.753, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#c0f8cf")Accessibility — WCAG contrast
Aa
#c0f8cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f8cf on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green97.3%
Blue81.2%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#c0f8cf text on a black background
contrast 17.57:1
Card sample
#c0f8cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f8cf;
Background color
Panel with #c0f8cf background
background-color: #c0f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f8cf; background: linear-gradient(135deg, #c0f8cf, #C0F8F4);