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