#c6ceeb
a light, vivid blue · warm · closest name: lavender
RGB
198, 206, 235
HSL
227°, 48%, 85%
CMYK
16, 12, 0, 8
Luminance
0.6215
Every format
| HEX | #c6ceeb |
| RGB | rgb(198, 206, 235) |
| HSL | hsl(227, 48%, 85%) |
| CMYK | cmyk(16%, 12%, 0%, 8%) |
| LAB | lab(83.0 3.1 -15.2) |
| LCH | lch(83.0 15.5 281.4) |
| OKLCH | oklch(0.854 0.041 273.3) |
Copy-ready code
/* CSS */
color: #c6ceeb;
background-color: #c6ceeb;
/* Tailwind (arbitrary) */
class="text-[#c6ceeb] bg-[#c6ceeb]"
/* SCSS */
$brand: #c6ceeb;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#c6ceeb")Accessibility — WCAG contrast
Aa
#c6ceeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ceeb on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c6ceeb text on a black background
contrast 13.43:1
Card sample
#c6ceeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ceeb;
Background color
Panel with #c6ceeb background
background-color: #c6ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ceeb; background: linear-gradient(135deg, #c6ceeb, #D7C6EB);