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