#c2cfd8
a light, soft blue · cool · closest name: silver
RGB
194, 207, 216
HSL
205°, 22%, 80%
CMYK
10, 4, 0, 15
Luminance
0.6105
Every format
| HEX | #c2cfd8 |
| RGB | rgb(194, 207, 216) |
| HSL | hsl(205, 22%, 80%) |
| CMYK | cmyk(10%, 4%, 0%, 15%) |
| LAB | lab(82.4 -2.6 -6.0) |
| LCH | lch(82.4 6.5 246.1) |
| OKLCH | oklch(0.847 0.019 237.8) |
Copy-ready code
/* CSS */
color: #c2cfd8;
background-color: #c2cfd8;
/* Tailwind (arbitrary) */
class="text-[#c2cfd8] bg-[#c2cfd8]"
/* SCSS */
$brand: #c2cfd8;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#c2cfd8")Accessibility — WCAG contrast
Aa
#c2cfd8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfd8 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue84.7%
CMYK percentages
Cyan10.2%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#c2cfd8 text on a black background
contrast 13.21:1
Card sample
#c2cfd8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfd8;
Background color
Panel with #c2cfd8 background
background-color: #c2cfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfd8; background: linear-gradient(135deg, #c2cfd8, #C4C2D8);