#c5cfda
a light, soft blue · cool · closest name: silver
RGB
197, 207, 218
HSL
211°, 22%, 81%
CMYK
10, 5, 0, 15
Luminance
0.6156
Every format
| HEX | #c5cfda |
| RGB | rgb(197, 207, 218) |
| HSL | hsl(211, 22%, 81%) |
| CMYK | cmyk(10%, 5%, 0%, 15%) |
| LAB | lab(82.7 -1.3 -6.6) |
| LCH | lch(82.7 6.7 259.2) |
| OKLCH | oklch(0.850 0.019 250.6) |
Copy-ready code
/* CSS */
color: #c5cfda;
background-color: #c5cfda;
/* Tailwind (arbitrary) */
class="text-[#c5cfda] bg-[#c5cfda]"
/* SCSS */
$brand: #c5cfda;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#c5cfda")Accessibility — WCAG contrast
Aa
#c5cfda on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cfda on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue85.5%
CMYK percentages
Cyan9.6%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c5cfda text on a black background
contrast 13.31:1
Card sample
#c5cfda text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cfda;
Background color
Panel with #c5cfda background
background-color: #c5cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cfda; background: linear-gradient(135deg, #c5cfda, #C9C5DA);