#c9d2eb
a pale, vivid blue · cool · closest name: lavender
RGB
201, 210, 235
HSL
224°, 46%, 86%
CMYK
15, 11, 0, 8
Luminance
0.6451
Every format
| HEX | #c9d2eb |
| RGB | rgb(201, 210, 235) |
| HSL | hsl(224, 46%, 86%) |
| CMYK | cmyk(15%, 11%, 0%, 8%) |
| LAB | lab(84.2 1.9 -13.3) |
| LCH | lch(84.2 13.4 278.1) |
| OKLCH | oklch(0.865 0.036 269.9) |
Copy-ready code
/* CSS */
color: #c9d2eb;
background-color: #c9d2eb;
/* Tailwind (arbitrary) */
class="text-[#c9d2eb] bg-[#c9d2eb]"
/* SCSS */
$brand: #c9d2eb;
/* SwiftUI */
Color(red: 0.788, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#c9d2eb")Accessibility — WCAG contrast
Aa
#c9d2eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d2eb on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.4%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c9d2eb text on a black background
contrast 13.90:1
Card sample
#c9d2eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d2eb;
Background color
Panel with #c9d2eb background
background-color: #c9d2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d2eb; background: linear-gradient(135deg, #c9d2eb, #D7C9EB);