#c8cceb
a pale, vivid blue · warm · closest name: lavender
RGB
200, 204, 235
HSL
233°, 47%, 85%
CMYK
15, 13, 0, 8
Luminance
0.6146
Every format
| HEX | #c8cceb |
| RGB | rgb(200, 204, 235) |
| HSL | hsl(233, 47%, 85%) |
| CMYK | cmyk(15%, 13%, 0%, 8%) |
| LAB | lab(82.6 4.8 -15.7) |
| LCH | lch(82.6 16.4 286.8) |
| OKLCH | oklch(0.852 0.043 279.6) |
Copy-ready code
/* CSS */
color: #c8cceb;
background-color: #c8cceb;
/* Tailwind (arbitrary) */
class="text-[#c8cceb] bg-[#c8cceb]"
/* SCSS */
$brand: #c8cceb;
/* SwiftUI */
Color(red: 0.784, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#c8cceb")Accessibility — WCAG contrast
Aa
#c8cceb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cceb on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.0%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c8cceb text on a black background
contrast 13.29:1
Card sample
#c8cceb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cceb;
Background color
Panel with #c8cceb background
background-color: #c8cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cceb; background: linear-gradient(135deg, #c8cceb, #DBC8EB);