#c0dcdf
a light, soft cyan · cool · closest name: silver
RGB
192, 220, 223
HSL
186°, 33%, 81%
CMYK
14, 1, 0, 13
Luminance
0.6772
Every format
| HEX | #c0dcdf |
| RGB | rgb(192, 220, 223) |
| HSL | hsl(186, 33%, 81%) |
| CMYK | cmyk(14%, 1%, 0%, 13%) |
| LAB | lab(85.9 -8.6 -4.6) |
| LCH | lch(85.9 9.8 208.0) |
| OKLCH | oklch(0.875 0.030 204.5) |
Copy-ready code
/* CSS */
color: #c0dcdf;
background-color: #c0dcdf;
/* Tailwind (arbitrary) */
class="text-[#c0dcdf] bg-[#c0dcdf]"
/* SCSS */
$brand: #c0dcdf;
/* SwiftUI */
Color(red: 0.753, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#c0dcdf")Accessibility — WCAG contrast
Aa
#c0dcdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dcdf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green86.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c0dcdf text on a black background
contrast 14.54:1
Card sample
#c0dcdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dcdf;
Background color
Panel with #c0dcdf background
background-color: #c0dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dcdf; background: linear-gradient(135deg, #c0dcdf, #C0C7DF);