#c6dfdf
a light, soft cyan · cool · closest name: silver
RGB
198, 223, 223
HSL
180°, 28%, 83%
CMYK
11, 0, 0, 13
Luminance
0.7011
Every format
| HEX | #c6dfdf |
| RGB | rgb(198, 223, 223) |
| HSL | hsl(180, 28%, 83%) |
| CMYK | cmyk(11%, 0%, 0%, 13%) |
| LAB | lab(87.0 -8.3 -2.8) |
| LCH | lch(87.0 8.7 198.8) |
| OKLCH | oklch(0.885 0.027 196.7) |
Copy-ready code
/* CSS */
color: #c6dfdf;
background-color: #c6dfdf;
/* Tailwind (arbitrary) */
class="text-[#c6dfdf] bg-[#c6dfdf]"
/* SCSS */
$brand: #c6dfdf;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#c6dfdf")Accessibility — WCAG contrast
Aa
#c6dfdf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dfdf on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c6dfdf text on a black background
contrast 15.02:1
Card sample
#c6dfdf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dfdf;
Background color
Panel with #c6dfdf background
background-color: #c6dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dfdf; background: linear-gradient(135deg, #c6dfdf, #C6CEDF);