#c6ddc6
a light, soft green · cool · closest name: beige
RGB
198, 221, 198
HSL
120°, 25%, 82%
CMYK
10, 0, 10, 13
Luminance
0.6780
Every format
| HEX | #c6ddc6 |
| RGB | rgb(198, 221, 198) |
| HSL | hsl(120, 25%, 82%) |
| CMYK | cmyk(10%, 0%, 10%, 13%) |
| LAB | lab(85.9 -11.9 8.7) |
| LCH | lch(85.9 14.8 143.8) |
| OKLCH | oklch(0.874 0.040 145.2) |
Copy-ready code
/* CSS */
color: #c6ddc6;
background-color: #c6ddc6;
/* Tailwind (arbitrary) */
class="text-[#c6ddc6] bg-[#c6ddc6]"
/* SCSS */
$brand: #c6ddc6;
/* SwiftUI */
Color(red: 0.776, green: 0.867, blue: 0.776)
/* Android */
Color.parseColor("#c6ddc6")Accessibility — WCAG contrast
Aa
#c6ddc6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ddc6 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green86.7%
Blue77.6%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow10.4%
Key (black)13.3%
Color previews
#c6ddc6 text on a black background
contrast 14.56:1
Card sample
#c6ddc6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ddc6;
Background color
Panel with #c6ddc6 background
background-color: #c6ddc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ddc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 221, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 221, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ddc6; background: linear-gradient(135deg, #c6ddc6, #C6DDD5);