#c0fcba
a pale, electric green · cool · closest name: aquamarine
RGB
192, 252, 186
HSL
115°, 92%, 86%
CMYK
24, 0, 26, 1
Luminance
0.8437
Every format
| HEX | #c0fcba |
| RGB | rgb(192, 252, 186) |
| HSL | hsl(115, 92%, 86%) |
| CMYK | cmyk(24%, 0%, 26%, 1%) |
| LAB | lab(93.6 -31.0 25.7) |
| LCH | lch(93.6 40.3 140.4) |
| OKLCH | oklch(0.934 0.107 142.4) |
Copy-ready code
/* CSS */
color: #c0fcba;
background-color: #c0fcba;
/* Tailwind (arbitrary) */
class="text-[#c0fcba] bg-[#c0fcba]"
/* SCSS */
$brand: #c0fcba;
/* SwiftUI */
Color(red: 0.753, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#c0fcba")Accessibility — WCAG contrast
Aa
#c0fcba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fcba on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.8%
Blue72.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#c0fcba text on a black background
contrast 17.87:1
Card sample
#c0fcba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fcba;
Background color
Panel with #c0fcba background
background-color: #c0fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fcba; background: linear-gradient(135deg, #c0fcba, #BAFCE0);