#c8dfdc
a light, soft cyan · cool · closest name: silver
RGB
200, 223, 220
HSL
172°, 26%, 83%
CMYK
10, 0, 1, 13
Luminance
0.7022
Every format
| HEX | #c8dfdc |
| RGB | rgb(200, 223, 220) |
| HSL | hsl(172, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 1%, 13%) |
| LAB | lab(87.1 -8.2 -1.1) |
| LCH | lch(87.1 8.3 187.9) |
| OKLCH | oklch(0.886 0.025 187.3) |
Copy-ready code
/* CSS */
color: #c8dfdc;
background-color: #c8dfdc;
/* Tailwind (arbitrary) */
class="text-[#c8dfdc] bg-[#c8dfdc]"
/* SCSS */
$brand: #c8dfdc;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#c8dfdc")Accessibility — WCAG contrast
Aa
#c8dfdc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfdc on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue86.3%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow1.3%
Key (black)12.5%
Color previews
#c8dfdc text on a black background
contrast 15.04:1
Card sample
#c8dfdc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfdc;
Background color
Panel with #c8dfdc background
background-color: #c8dfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfdc; background: linear-gradient(135deg, #c8dfdc, #C8D3DF);