#c0f6cd
a pale, electric green · cool · closest name: aquamarine
RGB
192, 246, 205
HSL
134°, 75%, 86%
CMYK
22, 0, 17, 4
Luminance
0.8153
Every format
| HEX | #c0f6cd |
| RGB | rgb(192, 246, 205) |
| HSL | hsl(134, 75%, 86%) |
| CMYK | cmyk(22%, 0%, 17%, 4%) |
| LAB | lab(92.4 -25.0 14.2) |
| LCH | lch(92.4 28.7 150.4) |
| OKLCH | oklch(0.925 0.078 152.0) |
Copy-ready code
/* CSS */
color: #c0f6cd;
background-color: #c0f6cd;
/* Tailwind (arbitrary) */
class="text-[#c0f6cd] bg-[#c0f6cd]"
/* SCSS */
$brand: #c0f6cd;
/* SwiftUI */
Color(red: 0.753, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#c0f6cd")Accessibility — WCAG contrast
Aa
#c0f6cd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f6cd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green96.5%
Blue80.4%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#c0f6cd text on a black background
contrast 17.31:1
Card sample
#c0f6cd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f6cd;
Background color
Panel with #c0f6cd background
background-color: #c0f6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f6cd; background: linear-gradient(135deg, #c0f6cd, #C0F6F1);