#c0f3da
a pale, vivid green · cool · closest name: beige
RGB
192, 243, 218
HSL
151°, 68%, 85%
CMYK
21, 0, 10, 5
Luminance
0.8037
Every format
| HEX | #c0f3da |
| RGB | rgb(192, 243, 218) |
| HSL | hsl(151, 68%, 85%) |
| CMYK | cmyk(21%, 0%, 10%, 5%) |
| LAB | lab(91.8 -21.1 6.7) |
| LCH | lch(91.8 22.2 162.3) |
| OKLCH | oklch(0.922 0.062 163.7) |
Copy-ready code
/* CSS */
color: #c0f3da;
background-color: #c0f3da;
/* Tailwind (arbitrary) */
class="text-[#c0f3da] bg-[#c0f3da]"
/* SCSS */
$brand: #c0f3da;
/* SwiftUI */
Color(red: 0.753, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#c0f3da")Accessibility — WCAG contrast
Aa
#c0f3da on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f3da on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green95.3%
Blue85.5%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#c0f3da text on a black background
contrast 17.07:1
Card sample
#c0f3da text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f3da;
Background color
Panel with #c0f3da background
background-color: #c0f3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f3da; background: linear-gradient(135deg, #c0f3da, #C0EAF3);