#c9ccdf
a light, soft blue · warm · closest name: lavender
RGB
201, 204, 223
HSL
232°, 26%, 83%
CMYK
10, 9, 0, 13
Luminance
0.6093
Every format
| HEX | #c9ccdf |
| RGB | rgb(201, 204, 223) |
| HSL | hsl(232, 26%, 83%) |
| CMYK | cmyk(10%, 9%, 0%, 13%) |
| LAB | lab(82.3 2.6 -9.7) |
| LCH | lch(82.3 10.1 285.1) |
| OKLCH | oklch(0.849 0.026 278.7) |
Copy-ready code
/* CSS */
color: #c9ccdf;
background-color: #c9ccdf;
/* Tailwind (arbitrary) */
class="text-[#c9ccdf] bg-[#c9ccdf]"
/* SCSS */
$brand: #c9ccdf;
/* SwiftUI */
Color(red: 0.788, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#c9ccdf")Accessibility — WCAG contrast
Aa
#c9ccdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ccdf on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c9ccdf text on a black background
contrast 13.19:1
Card sample
#c9ccdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ccdf;
Background color
Panel with #c9ccdf background
background-color: #c9ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ccdf; background: linear-gradient(135deg, #c9ccdf, #D5C9DF);