#c1cfda
a light, soft blue · cool · closest name: silver
RGB
193, 207, 218
HSL
206°, 25%, 81%
CMYK
12, 5, 0, 15
Luminance
0.6103
Every format
| HEX | #c1cfda |
| RGB | rgb(193, 207, 218) |
| HSL | hsl(206, 25%, 81%) |
| CMYK | cmyk(12%, 5%, 0%, 15%) |
| LAB | lab(82.4 -2.6 -7.1) |
| LCH | lch(82.4 7.5 250.1) |
| OKLCH | oklch(0.847 0.022 241.4) |
Copy-ready code
/* CSS */
color: #c1cfda;
background-color: #c1cfda;
/* Tailwind (arbitrary) */
class="text-[#c1cfda] bg-[#c1cfda]"
/* SCSS */
$brand: #c1cfda;
/* SwiftUI */
Color(red: 0.757, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#c1cfda")Accessibility — WCAG contrast
Aa
#c1cfda on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cfda on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.2%
Blue85.5%
CMYK percentages
Cyan11.5%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c1cfda text on a black background
contrast 13.21:1
Card sample
#c1cfda text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cfda;
Background color
Panel with #c1cfda background
background-color: #c1cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cfda; background: linear-gradient(135deg, #c1cfda, #C4C1DA);