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