#c9cdf3
a pale, vivid blue · warm · closest name: lavender
RGB
201, 205, 243
HSL
234°, 64%, 87%
CMYK
17, 16, 0, 5
Luminance
0.6255
Every format
| HEX | #c9cdf3 |
| RGB | rgb(201, 205, 243) |
| HSL | hsl(234, 64%, 87%) |
| CMYK | cmyk(17%, 16%, 0%, 5%) |
| LAB | lab(83.2 6.2 -19.1) |
| LCH | lch(83.2 20.1 288.1) |
| OKLCH | oklch(0.858 0.053 280.5) |
Copy-ready code
/* CSS */
color: #c9cdf3;
background-color: #c9cdf3;
/* Tailwind (arbitrary) */
class="text-[#c9cdf3] bg-[#c9cdf3]"
/* SCSS */
$brand: #c9cdf3;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#c9cdf3")Accessibility — WCAG contrast
Aa
#c9cdf3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdf3 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue95.3%
CMYK percentages
Cyan17.3%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c9cdf3 text on a black background
contrast 13.51:1
Card sample
#c9cdf3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdf3;
Background color
Panel with #c9cdf3 background
background-color: #c9cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdf3; background: linear-gradient(135deg, #c9cdf3, #E1C9F3);