#c2cfd6
a light, soft blue · cool · closest name: silver
RGB
194, 207, 214
HSL
201°, 20%, 80%
CMYK
9, 3, 0, 16
Luminance
0.6095
Every format
| HEX | #c2cfd6 |
| RGB | rgb(194, 207, 214) |
| HSL | hsl(201, 20%, 80%) |
| CMYK | cmyk(9%, 3%, 0%, 16%) |
| LAB | lab(82.3 -3.0 -5.0) |
| LCH | lch(82.3 5.8 238.7) |
| OKLCH | oklch(0.847 0.017 230.9) |
Copy-ready code
/* CSS */
color: #c2cfd6;
background-color: #c2cfd6;
/* Tailwind (arbitrary) */
class="text-[#c2cfd6] bg-[#c2cfd6]"
/* SCSS */
$brand: #c2cfd6;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#c2cfd6")Accessibility — WCAG contrast
Aa
#c2cfd6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfd6 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue83.9%
CMYK percentages
Cyan9.3%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#c2cfd6 text on a black background
contrast 13.19:1
Card sample
#c2cfd6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfd6;
Background color
Panel with #c2cfd6 background
background-color: #c2cfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfd6; background: linear-gradient(135deg, #c2cfd6, #C2C2D6);