#c2ddc2
a light, soft green · cool · closest name: beige
RGB
194, 221, 194
HSL
120°, 28%, 81%
CMYK
12, 0, 12, 13
Luminance
0.6708
Every format
| HEX | #c2ddc2 |
| RGB | rgb(194, 221, 194) |
| HSL | hsl(120, 28%, 81%) |
| CMYK | cmyk(12%, 0%, 12%, 13%) |
| LAB | lab(85.5 -14.0 10.3) |
| LCH | lch(85.5 17.3 143.7) |
| OKLCH | oklch(0.870 0.047 145.2) |
Copy-ready code
/* CSS */
color: #c2ddc2;
background-color: #c2ddc2;
/* Tailwind (arbitrary) */
class="text-[#c2ddc2] bg-[#c2ddc2]"
/* SCSS */
$brand: #c2ddc2;
/* SwiftUI */
Color(red: 0.761, green: 0.867, blue: 0.761)
/* Android */
Color.parseColor("#c2ddc2")Accessibility — WCAG contrast
Aa
#c2ddc2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ddc2 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.7%
Blue76.1%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow12.2%
Key (black)13.3%
Color previews
#c2ddc2 text on a black background
contrast 14.42:1
Card sample
#c2ddc2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ddc2;
Background color
Panel with #c2ddc2 background
background-color: #c2ddc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ddc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 221, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 221, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ddc2; background: linear-gradient(135deg, #c2ddc2, #C2DDD4);