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