#c2ccd6
a light, soft blue · cool · closest name: silver
RGB
194, 204, 214
HSL
210°, 20%, 80%
CMYK
9, 5, 0, 16
Luminance
0.5951
Every format
| HEX | #c2ccd6 |
| RGB | rgb(194, 204, 214) |
| HSL | hsl(210, 20%, 80%) |
| CMYK | cmyk(9%, 5%, 0%, 16%) |
| LAB | lab(81.6 -1.5 -6.1) |
| LCH | lch(81.6 6.3 256.6) |
| OKLCH | oklch(0.841 0.018 248.0) |
Copy-ready code
/* CSS */
color: #c2ccd6;
background-color: #c2ccd6;
/* Tailwind (arbitrary) */
class="text-[#c2ccd6] bg-[#c2ccd6]"
/* SCSS */
$brand: #c2ccd6;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.839)
/* Android */
Color.parseColor("#c2ccd6")Accessibility — WCAG contrast
Aa
#c2ccd6 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccd6 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue83.9%
CMYK percentages
Cyan9.3%
Magenta4.7%
Yellow0.0%
Key (black)16.1%
Color previews
#c2ccd6 text on a black background
contrast 12.90:1
Card sample
#c2ccd6 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccd6;
Background color
Panel with #c2ccd6 background
background-color: #c2ccd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccd6; background: linear-gradient(135deg, #c2ccd6, #C5C2D6);