#c8c2eb
a light, vivid blue · warm · closest name: lavender
RGB
200, 194, 235
HSL
249°, 51%, 84%
CMYK
15, 17, 0, 8
Luminance
0.5686
Every format
| HEX | #c8c2eb |
| RGB | rgb(200, 194, 235) |
| HSL | hsl(249, 51%, 84%) |
| CMYK | cmyk(15%, 17%, 0%, 8%) |
| LAB | lab(80.1 10.1 -19.5) |
| LCH | lch(80.1 22.0 297.4) |
| OKLCH | oklch(0.832 0.057 291.8) |
Copy-ready code
/* CSS */
color: #c8c2eb;
background-color: #c8c2eb;
/* Tailwind (arbitrary) */
class="text-[#c8c2eb] bg-[#c8c2eb]"
/* SCSS */
$brand: #c8c2eb;
/* SwiftUI */
Color(red: 0.784, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#c8c2eb")Accessibility — WCAG contrast
Aa
#c8c2eb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c2eb on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green76.1%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c8c2eb text on a black background
contrast 12.37:1
Card sample
#c8c2eb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c2eb;
Background color
Panel with #c8c2eb background
background-color: #c8c2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c2eb; background: linear-gradient(135deg, #c8c2eb, #E3C2EB);