#c7cfda
a light, soft blue · cool · closest name: silver
RGB
199, 207, 218
HSL
215°, 20%, 82%
CMYK
9, 5, 0, 15
Luminance
0.6183
Every format
| HEX | #c7cfda |
| RGB | rgb(199, 207, 218) |
| HSL | hsl(215, 20%, 82%) |
| CMYK | cmyk(9%, 5%, 0%, 15%) |
| LAB | lab(82.8 -0.6 -6.4) |
| LCH | lch(82.8 6.4 264.6) |
| OKLCH | oklch(0.852 0.018 256.3) |
Copy-ready code
/* CSS */
color: #c7cfda;
background-color: #c7cfda;
/* Tailwind (arbitrary) */
class="text-[#c7cfda] bg-[#c7cfda]"
/* SCSS */
$brand: #c7cfda;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#c7cfda")Accessibility — WCAG contrast
Aa
#c7cfda on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfda on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue85.5%
CMYK percentages
Cyan8.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c7cfda text on a black background
contrast 13.37:1
Card sample
#c7cfda text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfda;
Background color
Panel with #c7cfda background
background-color: #c7cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfda; background: linear-gradient(135deg, #c7cfda, #CCC7DA);