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