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