#c9d2ed
a pale, vivid blue · warm · closest name: lavender
RGB
201, 210, 237
HSL
225°, 50%, 86%
CMYK
15, 11, 0, 7
Luminance
0.6463
Every format
| HEX | #c9d2ed |
| RGB | rgb(201, 210, 237) |
| HSL | hsl(225, 50%, 86%) |
| CMYK | cmyk(15%, 11%, 0%, 7%) |
| LAB | lab(84.3 2.3 -14.3) |
| LCH | lch(84.3 14.5 279.2) |
| OKLCH | oklch(0.865 0.039 270.9) |
Copy-ready code
/* CSS */
color: #c9d2ed;
background-color: #c9d2ed;
/* Tailwind (arbitrary) */
class="text-[#c9d2ed] bg-[#c9d2ed]"
/* SCSS */
$brand: #c9d2ed;
/* SwiftUI */
Color(red: 0.788, green: 0.824, blue: 0.929)
/* Android */
Color.parseColor("#c9d2ed")Accessibility — WCAG contrast
Aa
#c9d2ed on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d2ed on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.4%
Blue92.9%
CMYK percentages
Cyan15.2%
Magenta11.4%
Yellow0.0%
Key (black)7.1%
Color previews
#c9d2ed text on a black background
contrast 13.93:1
Card sample
#c9d2ed text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d2ed;
Background color
Panel with #c9d2ed background
background-color: #c9d2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 210, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 210, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d2ed; background: linear-gradient(135deg, #c9d2ed, #D8C9ED);