#c0f2da
a pale, vivid green · cool · closest name: beige
RGB
192, 242, 218
HSL
151°, 66%, 85%
CMYK
21, 0, 10, 5
Luminance
0.7977
Every format
| HEX | #c0f2da |
| RGB | rgb(192, 242, 218) |
| HSL | hsl(151, 66%, 85%) |
| CMYK | cmyk(21%, 0%, 10%, 5%) |
| LAB | lab(91.6 -20.6 6.4) |
| LCH | lch(91.6 21.6 162.9) |
| OKLCH | oklch(0.920 0.061 164.3) |
Copy-ready code
/* CSS */
color: #c0f2da;
background-color: #c0f2da;
/* Tailwind (arbitrary) */
class="text-[#c0f2da] bg-[#c0f2da]"
/* SCSS */
$brand: #c0f2da;
/* SwiftUI */
Color(red: 0.753, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#c0f2da")Accessibility — WCAG contrast
Aa
#c0f2da on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f2da on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.9%
Blue85.5%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow9.9%
Key (black)5.1%
Color previews
#c0f2da text on a black background
contrast 16.95:1
Card sample
#c0f2da text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f2da;
Background color
Panel with #c0f2da background
background-color: #c0f2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f2da; background: linear-gradient(135deg, #c0f2da, #C0E9F2);