#c9cdff
a pale, electric blue · warm · closest name: lavender
RGB
201, 205, 255
HSL
236°, 100%, 89%
CMYK
21, 20, 0, 0
Luminance
0.6330
Every format
| HEX | #c9cdff |
| RGB | rgb(201, 205, 255) |
| HSL | hsl(236, 100%, 89%) |
| CMYK | cmyk(21%, 20%, 0%, 0%) |
| LAB | lab(83.6 8.9 -24.9) |
| LCH | lch(83.6 26.4 289.6) |
| OKLCH | oklch(0.862 0.069 281.2) |
Copy-ready code
/* CSS */
color: #c9cdff;
background-color: #c9cdff;
/* Tailwind (arbitrary) */
class="text-[#c9cdff] bg-[#c9cdff]"
/* SCSS */
$brand: #c9cdff;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#c9cdff")Accessibility — WCAG contrast
Aa
#c9cdff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdff on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c9cdff text on a black background
contrast 13.66:1
Card sample
#c9cdff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdff;
Background color
Panel with #c9cdff background
background-color: #c9cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdff; background: linear-gradient(135deg, #c9cdff, #E9C9FF);