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