#c9d9eb
a pale, vivid blue · cool · closest name: lavender
RGB
201, 217, 235
HSL
212°, 46%, 86%
CMYK
15, 8, 0, 8
Luminance
0.6804
Every format
| HEX | #c9d9eb |
| RGB | rgb(201, 217, 235) |
| HSL | hsl(212, 46%, 86%) |
| CMYK | cmyk(15%, 8%, 0%, 8%) |
| LAB | lab(86.0 -1.8 -10.6) |
| LCH | lch(86.0 10.8 260.5) |
| OKLCH | oklch(0.879 0.030 251.3) |
Copy-ready code
/* CSS */
color: #c9d9eb;
background-color: #c9d9eb;
/* Tailwind (arbitrary) */
class="text-[#c9d9eb] bg-[#c9d9eb]"
/* SCSS */
$brand: #c9d9eb;
/* SwiftUI */
Color(red: 0.788, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#c9d9eb")Accessibility — WCAG contrast
Aa
#c9d9eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d9eb on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.1%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta7.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c9d9eb text on a black background
contrast 14.61:1
Card sample
#c9d9eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d9eb;
Background color
Panel with #c9d9eb background
background-color: #c9d9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d9eb; background: linear-gradient(135deg, #c9d9eb, #D0C9EB);