#c0f9da
a pale, electric green · cool · closest name: beige
RGB
192, 249, 218
HSL
147°, 83%, 87%
CMYK
23, 0, 12, 2
Luminance
0.8402
Every format
| HEX | #c0f9da |
| RGB | rgb(192, 249, 218) |
| HSL | hsl(147, 83%, 87%) |
| CMYK | cmyk(23%, 0%, 12%, 2%) |
| LAB | lab(93.5 -24.0 9.1) |
| LCH | lch(93.5 25.7 159.4) |
| OKLCH | oklch(0.935 0.071 160.8) |
Copy-ready code
/* CSS */
color: #c0f9da;
background-color: #c0f9da;
/* Tailwind (arbitrary) */
class="text-[#c0f9da] bg-[#c0f9da]"
/* SCSS */
$brand: #c0f9da;
/* SwiftUI */
Color(red: 0.753, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#c0f9da")Accessibility — WCAG contrast
Aa
#c0f9da on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f9da on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green97.6%
Blue85.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#c0f9da text on a black background
contrast 17.80:1
Card sample
#c0f9da text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f9da;
Background color
Panel with #c0f9da background
background-color: #c0f9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f9da; background: linear-gradient(135deg, #c0f9da, #C0F2F9);