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