#c2f0cc
a pale, vivid green · cool · closest name: beige
RGB
194, 240, 204
HSL
133°, 61%, 85%
CMYK
19, 0, 15, 6
Luminance
0.7815
Every format
| HEX | #c2f0cc |
| RGB | rgb(194, 240, 204) |
| HSL | hsl(133, 61%, 85%) |
| CMYK | cmyk(19%, 0%, 15%, 6%) |
| LAB | lab(90.8 -21.6 12.6) |
| LCH | lch(90.8 25.0 149.8) |
| OKLCH | oklch(0.913 0.068 151.4) |
Copy-ready code
/* CSS */
color: #c2f0cc;
background-color: #c2f0cc;
/* Tailwind (arbitrary) */
class="text-[#c2f0cc] bg-[#c2f0cc]"
/* SCSS */
$brand: #c2f0cc;
/* SwiftUI */
Color(red: 0.761, green: 0.941, blue: 0.800)
/* Android */
Color.parseColor("#c2f0cc")Accessibility — WCAG contrast
Aa
#c2f0cc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f0cc on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.1%
Blue80.0%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow15.0%
Key (black)5.9%
Color previews
#c2f0cc text on a black background
contrast 16.63:1
Card sample
#c2f0cc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f0cc;
Background color
Panel with #c2f0cc background
background-color: #c2f0cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f0cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 240, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 240, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f0cc; background: linear-gradient(135deg, #c2f0cc, #C2F0EB);