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