#c6decf
a light, soft green · cool · closest name: beige
RGB
198, 222, 207
HSL
143°, 27%, 82%
CMYK
11, 0, 7, 13
Luminance
0.6875
Every format
| HEX | #c6decf |
| RGB | rgb(198, 222, 207) |
| HSL | hsl(143, 27%, 82%) |
| CMYK | cmyk(11%, 0%, 7%, 13%) |
| LAB | lab(86.4 -10.8 4.7) |
| LCH | lch(86.4 11.8 156.7) |
| OKLCH | oklch(0.879 0.033 158.2) |
Copy-ready code
/* CSS */
color: #c6decf;
background-color: #c6decf;
/* Tailwind (arbitrary) */
class="text-[#c6decf] bg-[#c6decf]"
/* SCSS */
$brand: #c6decf;
/* SwiftUI */
Color(red: 0.776, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#c6decf")Accessibility — WCAG contrast
Aa
#c6decf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6decf on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.1%
Blue81.2%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#c6decf text on a black background
contrast 14.75:1
Card sample
#c6decf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6decf;
Background color
Panel with #c6decf background
background-color: #c6decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6decf; background: linear-gradient(135deg, #c6decf, #C6DDDE);