#c6dcd2
a light, soft green · cool · closest name: silver
RGB
198, 220, 210
HSL
153°, 24%, 82%
CMYK
10, 0, 5, 14
Luminance
0.6785
Every format
| HEX | #c6dcd2 |
| RGB | rgb(198, 220, 210) |
| HSL | hsl(153, 24%, 82%) |
| CMYK | cmyk(10%, 0%, 5%, 14%) |
| LAB | lab(85.9 -9.2 2.4) |
| LCH | lch(85.9 9.5 165.3) |
| OKLCH | oklch(0.875 0.027 166.7) |
Copy-ready code
/* CSS */
color: #c6dcd2;
background-color: #c6dcd2;
/* Tailwind (arbitrary) */
class="text-[#c6dcd2] bg-[#c6dcd2]"
/* SCSS */
$brand: #c6dcd2;
/* SwiftUI */
Color(red: 0.776, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#c6dcd2")Accessibility — WCAG contrast
Aa
#c6dcd2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dcd2 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green86.3%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#c6dcd2 text on a black background
contrast 14.57:1
Card sample
#c6dcd2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dcd2;
Background color
Panel with #c6dcd2 background
background-color: #c6dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dcd2; background: linear-gradient(135deg, #c6dcd2, #C6D7DC);