#c2cfd9
a light, soft blue · cool · closest name: silver
RGB
194, 207, 217
HSL
206°, 23%, 81%
CMYK
11, 5, 0, 15
Luminance
0.6110
Every format
| HEX | #c2cfd9 |
| RGB | rgb(194, 207, 217) |
| HSL | hsl(206, 23%, 81%) |
| CMYK | cmyk(11%, 5%, 0%, 15%) |
| LAB | lab(82.4 -2.4 -6.5) |
| LCH | lch(82.4 6.9 249.3) |
| OKLCH | oklch(0.848 0.020 240.8) |
Copy-ready code
/* CSS */
color: #c2cfd9;
background-color: #c2cfd9;
/* Tailwind (arbitrary) */
class="text-[#c2cfd9] bg-[#c2cfd9]"
/* SCSS */
$brand: #c2cfd9;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#c2cfd9")Accessibility — WCAG contrast
Aa
#c2cfd9 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfd9 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue85.1%
CMYK percentages
Cyan10.6%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#c2cfd9 text on a black background
contrast 13.22:1
Card sample
#c2cfd9 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfd9;
Background color
Panel with #c2cfd9 background
background-color: #c2cfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfd9; background: linear-gradient(135deg, #c2cfd9, #C4C2D9);