#c0f1cf
a light, vivid green · cool · closest name: beige
RGB
192, 241, 207
HSL
138°, 64%, 85%
CMYK
20, 0, 14, 6
Luminance
0.7862
Every format
| HEX | #c0f1cf |
| RGB | rgb(192, 241, 207) |
| HSL | hsl(138, 64%, 85%) |
| CMYK | cmyk(20%, 0%, 14%, 6%) |
| LAB | lab(91.1 -22.2 11.3) |
| LCH | lch(91.1 24.9 153.0) |
| OKLCH | oklch(0.915 0.068 154.6) |
Copy-ready code
/* CSS */
color: #c0f1cf;
background-color: #c0f1cf;
/* Tailwind (arbitrary) */
class="text-[#c0f1cf] bg-[#c0f1cf]"
/* SCSS */
$brand: #c0f1cf;
/* SwiftUI */
Color(red: 0.753, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#c0f1cf")Accessibility — WCAG contrast
Aa
#c0f1cf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f1cf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.5%
Blue81.2%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#c0f1cf text on a black background
contrast 16.72:1
Card sample
#c0f1cf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f1cf;
Background color
Panel with #c0f1cf background
background-color: #c0f1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f1cf; background: linear-gradient(135deg, #c0f1cf, #C0F1F0);