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