#c8c8ec
a pale, vivid blue · warm · closest name: lavender
RGB
200, 200, 236
HSL
240°, 49%, 86%
CMYK
15, 15, 0, 8
Luminance
0.5964
Every format
| HEX | #c8c8ec |
| RGB | rgb(200, 200, 236) |
| HSL | hsl(240, 49%, 86%) |
| CMYK | cmyk(15%, 15%, 0%, 8%) |
| LAB | lab(81.6 7.1 -17.7) |
| LCH | lch(81.6 19.1 291.8) |
| OKLCH | oklch(0.844 0.050 285.3) |
Copy-ready code
/* CSS */
color: #c8c8ec;
background-color: #c8c8ec;
/* Tailwind (arbitrary) */
class="text-[#c8c8ec] bg-[#c8c8ec]"
/* SCSS */
$brand: #c8c8ec;
/* SwiftUI */
Color(red: 0.784, green: 0.784, blue: 0.925)
/* Android */
Color.parseColor("#c8c8ec")Accessibility — WCAG contrast
Aa
#c8c8ec on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c8ec on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.4%
Blue92.5%
CMYK percentages
Cyan15.3%
Magenta15.3%
Yellow0.0%
Key (black)7.5%
Color previews
#c8c8ec text on a black background
contrast 12.93:1
Card sample
#c8c8ec text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c8ec;
Background color
Panel with #c8c8ec background
background-color: #c8c8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 200, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 200, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c8ec; background: linear-gradient(135deg, #c8c8ec, #E0C8EC);