#c8c9eb
a pale, vivid blue · warm · closest name: lavender
RGB
200, 201, 235
HSL
238°, 47%, 85%
CMYK
15, 15, 0, 8
Luminance
0.6005
Every format
| HEX | #c8c9eb |
| RGB | rgb(200, 201, 235) |
| HSL | hsl(238, 47%, 85%) |
| CMYK | cmyk(15%, 15%, 0%, 8%) |
| LAB | lab(81.9 6.4 -16.9) |
| LCH | lch(81.9 18.0 290.7) |
| OKLCH | oklch(0.846 0.047 284.0) |
Copy-ready code
/* CSS */
color: #c8c9eb;
background-color: #c8c9eb;
/* Tailwind (arbitrary) */
class="text-[#c8c9eb] bg-[#c8c9eb]"
/* SCSS */
$brand: #c8c9eb;
/* SwiftUI */
Color(red: 0.784, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#c8c9eb")Accessibility — WCAG contrast
Aa
#c8c9eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c9eb on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.8%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c8c9eb text on a black background
contrast 13.01:1
Card sample
#c8c9eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c9eb;
Background color
Panel with #c8c9eb background
background-color: #c8c9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c9eb; background: linear-gradient(135deg, #c8c9eb, #DEC8EB);