#c2ddc6
a light, soft green · cool · closest name: beige
RGB
194, 221, 198
HSL
129°, 28%, 81%
CMYK
12, 0, 10, 13
Luminance
0.6726
Every format
| HEX | #c2ddc6 |
| RGB | rgb(194, 221, 198) |
| HSL | hsl(129, 28%, 81%) |
| CMYK | cmyk(12%, 0%, 10%, 13%) |
| LAB | lab(85.6 -13.3 8.3) |
| LCH | lch(85.6 15.6 148.0) |
| OKLCH | oklch(0.871 0.043 149.5) |
Copy-ready code
/* CSS */
color: #c2ddc6;
background-color: #c2ddc6;
/* Tailwind (arbitrary) */
class="text-[#c2ddc6] bg-[#c2ddc6]"
/* SCSS */
$brand: #c2ddc6;
/* SwiftUI */
Color(red: 0.761, green: 0.867, blue: 0.776)
/* Android */
Color.parseColor("#c2ddc6")Accessibility — WCAG contrast
Aa
#c2ddc6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ddc6 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.7%
Blue77.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow10.4%
Key (black)13.3%
Color previews
#c2ddc6 text on a black background
contrast 14.45:1
Card sample
#c2ddc6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ddc6;
Background color
Panel with #c2ddc6 background
background-color: #c2ddc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ddc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 221, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 221, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ddc6; background: linear-gradient(135deg, #c2ddc6, #C2DDD8);