#c2e2cc
a light, soft green · cool · closest name: beige
RGB
194, 226, 204
HSL
139°, 36%, 82%
CMYK
14, 0, 10, 11
Luminance
0.7022
Every format
| HEX | #c2e2cc |
| RGB | rgb(194, 226, 204) |
| HSL | hsl(139, 36%, 82%) |
| CMYK | cmyk(14%, 0%, 10%, 11%) |
| LAB | lab(87.1 -14.7 7.2) |
| LCH | lch(87.1 16.4 153.8) |
| OKLCH | oklch(0.883 0.045 155.3) |
Copy-ready code
/* CSS */
color: #c2e2cc;
background-color: #c2e2cc;
/* Tailwind (arbitrary) */
class="text-[#c2e2cc] bg-[#c2e2cc]"
/* SCSS */
$brand: #c2e2cc;
/* SwiftUI */
Color(red: 0.761, green: 0.886, blue: 0.800)
/* Android */
Color.parseColor("#c2e2cc")Accessibility — WCAG contrast
Aa
#c2e2cc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e2cc on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green88.6%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow9.7%
Key (black)11.4%
Color previews
#c2e2cc text on a black background
contrast 15.04:1
Card sample
#c2e2cc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e2cc;
Background color
Panel with #c2e2cc background
background-color: #c2e2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 226, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 226, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e2cc; background: linear-gradient(135deg, #c2e2cc, #C2E2E1);