#c1cfdc
a light, soft blue · cool · closest name: silver
RGB
193, 207, 220
HSL
209°, 28%, 81%
CMYK
12, 6, 0, 14
Luminance
0.6113
Every format
| HEX | #c1cfdc |
| RGB | rgb(193, 207, 220) |
| HSL | hsl(209, 28%, 81%) |
| CMYK | cmyk(12%, 6%, 0%, 14%) |
| LAB | lab(82.5 -2.2 -8.1) |
| LCH | lch(82.5 8.3 255.0) |
| OKLCH | oklch(0.848 0.024 246.1) |
Copy-ready code
/* CSS */
color: #c1cfdc;
background-color: #c1cfdc;
/* Tailwind (arbitrary) */
class="text-[#c1cfdc] bg-[#c1cfdc]"
/* SCSS */
$brand: #c1cfdc;
/* SwiftUI */
Color(red: 0.757, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#c1cfdc")Accessibility — WCAG contrast
Aa
#c1cfdc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cfdc on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.2%
Blue86.3%
CMYK percentages
Cyan12.3%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#c1cfdc text on a black background
contrast 13.23:1
Card sample
#c1cfdc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cfdc;
Background color
Panel with #c1cfdc background
background-color: #c1cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cfdc; background: linear-gradient(135deg, #c1cfdc, #C5C1DC);