#c0d4cf
a light, soft cyan · cool · closest name: silver
RGB
192, 212, 207
HSL
165°, 19%, 79%
CMYK
9, 0, 2, 17
Luminance
0.6280
Every format
| HEX | #c0d4cf |
| RGB | rgb(192, 212, 207) |
| HSL | hsl(165, 19%, 79%) |
| CMYK | cmyk(9%, 0%, 2%, 17%) |
| LAB | lab(83.3 -7.7 0.2) |
| LCH | lch(83.3 7.7 178.7) |
| OKLCH | oklch(0.854 0.023 179.1) |
Copy-ready code
/* CSS */
color: #c0d4cf;
background-color: #c0d4cf;
/* Tailwind (arbitrary) */
class="text-[#c0d4cf] bg-[#c0d4cf]"
/* SCSS */
$brand: #c0d4cf;
/* SwiftUI */
Color(red: 0.753, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#c0d4cf")Accessibility — WCAG contrast
Aa
#c0d4cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d4cf on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.1%
Blue81.2%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#c0d4cf text on a black background
contrast 13.56:1
Card sample
#c0d4cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d4cf;
Background color
Panel with #c0d4cf background
background-color: #c0d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d4cf; background: linear-gradient(135deg, #c0d4cf, #C0CCD4);