#c9cdf1
a pale, vivid blue · warm · closest name: lavender
RGB
201, 205, 241
HSL
234°, 59%, 87%
CMYK
17, 15, 0, 6
Luminance
0.6243
Every format
| HEX | #c9cdf1 |
| RGB | rgb(201, 205, 241) |
| HSL | hsl(234, 59%, 87%) |
| CMYK | cmyk(17%, 15%, 0%, 6%) |
| LAB | lab(83.1 5.8 -18.1) |
| LCH | lch(83.1 19.1 287.8) |
| OKLCH | oklch(0.857 0.050 280.3) |
Copy-ready code
/* CSS */
color: #c9cdf1;
background-color: #c9cdf1;
/* Tailwind (arbitrary) */
class="text-[#c9cdf1] bg-[#c9cdf1]"
/* SCSS */
$brand: #c9cdf1;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#c9cdf1")Accessibility — WCAG contrast
Aa
#c9cdf1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdf1 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c9cdf1 text on a black background
contrast 13.49:1
Card sample
#c9cdf1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdf1;
Background color
Panel with #c9cdf1 background
background-color: #c9cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdf1; background: linear-gradient(135deg, #c9cdf1, #E0C9F1);