#c2dcd4
a light, soft cyan · cool · closest name: silver
RGB
194, 220, 212
HSL
162°, 27%, 81%
CMYK
12, 0, 4, 14
Luminance
0.6741
Every format
| HEX | #c2dcd4 |
| RGB | rgb(194, 220, 212) |
| HSL | hsl(162, 27%, 81%) |
| CMYK | cmyk(12%, 0%, 4%, 14%) |
| LAB | lab(85.7 -10.2 1.0) |
| LCH | lch(85.7 10.2 174.3) |
| OKLCH | oklch(0.873 0.030 175.1) |
Copy-ready code
/* CSS */
color: #c2dcd4;
background-color: #c2dcd4;
/* Tailwind (arbitrary) */
class="text-[#c2dcd4] bg-[#c2dcd4]"
/* SCSS */
$brand: #c2dcd4;
/* SwiftUI */
Color(red: 0.761, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#c2dcd4")Accessibility — WCAG contrast
Aa
#c2dcd4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dcd4 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.3%
Blue83.1%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#c2dcd4 text on a black background
contrast 14.48:1
Card sample
#c2dcd4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dcd4;
Background color
Panel with #c2dcd4 background
background-color: #c2dcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dcd4; background: linear-gradient(135deg, #c2dcd4, #C2D3DC);