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