#c1ceeb
a light, vivid blue · cool · closest name: lavender
RGB
193, 206, 235
HSL
221°, 51%, 84%
CMYK
18, 12, 0, 8
Luminance
0.6148
Every format
| HEX | #c1ceeb |
| RGB | rgb(193, 206, 235) |
| HSL | hsl(221, 51%, 84%) |
| CMYK | cmyk(18%, 12%, 0%, 8%) |
| LAB | lab(82.6 1.5 -15.8) |
| LCH | lch(82.6 15.8 275.5) |
| OKLCH | oklch(0.851 0.043 266.3) |
Copy-ready code
/* CSS */
color: #c1ceeb;
background-color: #c1ceeb;
/* Tailwind (arbitrary) */
class="text-[#c1ceeb] bg-[#c1ceeb]"
/* SCSS */
$brand: #c1ceeb;
/* SwiftUI */
Color(red: 0.757, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#c1ceeb")Accessibility — WCAG contrast
Aa
#c1ceeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ceeb on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.8%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c1ceeb text on a black background
contrast 13.30:1
Card sample
#c1ceeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ceeb;
Background color
Panel with #c1ceeb background
background-color: #c1ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ceeb; background: linear-gradient(135deg, #c1ceeb, #D0C1EB);