#c8cdf3
a pale, vivid blue · warm · closest name: lavender
RGB
200, 205, 243
HSL
233°, 64%, 87%
CMYK
18, 16, 0, 5
Luminance
0.6241
Every format
| HEX | #c8cdf3 |
| RGB | rgb(200, 205, 243) |
| HSL | hsl(233, 64%, 87%) |
| CMYK | cmyk(18%, 16%, 0%, 5%) |
| LAB | lab(83.1 5.9 -19.2) |
| LCH | lch(83.1 20.1 287.1) |
| OKLCH | oklch(0.857 0.053 279.3) |
Copy-ready code
/* CSS */
color: #c8cdf3;
background-color: #c8cdf3;
/* Tailwind (arbitrary) */
class="text-[#c8cdf3] bg-[#c8cdf3]"
/* SCSS */
$brand: #c8cdf3;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#c8cdf3")Accessibility — WCAG contrast
Aa
#c8cdf3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cdf3 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue95.3%
CMYK percentages
Cyan17.7%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c8cdf3 text on a black background
contrast 13.48:1
Card sample
#c8cdf3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cdf3;
Background color
Panel with #c8cdf3 background
background-color: #c8cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cdf3; background: linear-gradient(135deg, #c8cdf3, #E0C8F3);