#c0dcd3
a light, soft cyan · cool · closest name: silver
RGB
192, 220, 211
HSL
161°, 29%, 81%
CMYK
13, 0, 4, 14
Luminance
0.6710
Every format
| HEX | #c0dcd3 |
| RGB | rgb(192, 220, 211) |
| HSL | hsl(161, 29%, 81%) |
| CMYK | cmyk(13%, 0%, 4%, 14%) |
| LAB | lab(85.5 -11.0 1.3) |
| LCH | lch(85.5 11.1 173.3) |
| OKLCH | oklch(0.871 0.032 174.2) |
Copy-ready code
/* CSS */
color: #c0dcd3;
background-color: #c0dcd3;
/* Tailwind (arbitrary) */
class="text-[#c0dcd3] bg-[#c0dcd3]"
/* SCSS */
$brand: #c0dcd3;
/* SwiftUI */
Color(red: 0.753, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#c0dcd3")Accessibility — WCAG contrast
Aa
#c0dcd3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dcd3 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green86.3%
Blue82.7%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#c0dcd3 text on a black background
contrast 14.42:1
Card sample
#c0dcd3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dcd3;
Background color
Panel with #c0dcd3 background
background-color: #c0dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dcd3; background: linear-gradient(135deg, #c0dcd3, #C0D2DC);