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