#c2eccf
a light, vivid green · cool · closest name: beige
RGB
194, 236, 207
HSL
139°, 53%, 84%
CMYK
18, 0, 12, 8
Luminance
0.7597
Every format
| HEX | #c2eccf |
| RGB | rgb(194, 236, 207) |
| HSL | hsl(139, 53%, 84%) |
| CMYK | cmyk(18%, 0%, 12%, 8%) |
| LAB | lab(89.8 -19.1 9.6) |
| LCH | lch(89.8 21.4 153.3) |
| OKLCH | oklch(0.905 0.059 154.9) |
Copy-ready code
/* CSS */
color: #c2eccf;
background-color: #c2eccf;
/* Tailwind (arbitrary) */
class="text-[#c2eccf] bg-[#c2eccf]"
/* SCSS */
$brand: #c2eccf;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#c2eccf")Accessibility — WCAG contrast
Aa
#c2eccf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eccf on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#c2eccf text on a black background
contrast 16.19:1
Card sample
#c2eccf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eccf;
Background color
Panel with #c2eccf background
background-color: #c2eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eccf; background: linear-gradient(135deg, #c2eccf, #C2ECEB);