#c6d8cf
a light, soft green · cool · closest name: silver
RGB
198, 216, 207
HSL
150°, 19%, 81%
CMYK
8, 0, 4, 15
Luminance
0.6562
Every format
| HEX | #c6d8cf |
| RGB | rgb(198, 216, 207) |
| HSL | hsl(150, 19%, 81%) |
| CMYK | cmyk(8%, 0%, 4%, 15%) |
| LAB | lab(84.8 -7.7 2.4) |
| LCH | lch(84.8 8.1 162.9) |
| OKLCH | oklch(0.866 0.023 164.4) |
Copy-ready code
/* CSS */
color: #c6d8cf;
background-color: #c6d8cf;
/* Tailwind (arbitrary) */
class="text-[#c6d8cf] bg-[#c6d8cf]"
/* SCSS */
$brand: #c6d8cf;
/* SwiftUI */
Color(red: 0.776, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#c6d8cf")Accessibility — WCAG contrast
Aa
#c6d8cf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d8cf on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green84.7%
Blue81.2%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow4.2%
Key (black)15.3%
Color previews
#c6d8cf text on a black background
contrast 14.12:1
Card sample
#c6d8cf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d8cf;
Background color
Panel with #c6d8cf background
background-color: #c6d8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d8cf; background: linear-gradient(135deg, #c6d8cf, #C6D5D8);