#c9cdfc
a pale, electric blue · warm · closest name: lavender
RGB
201, 205, 252
HSL
235°, 90%, 89%
CMYK
20, 19, 0, 1
Luminance
0.6311
Every format
| HEX | #c9cdfc |
| RGB | rgb(201, 205, 252) |
| HSL | hsl(235, 90%, 89%) |
| CMYK | cmyk(20%, 19%, 0%, 1%) |
| LAB | lab(83.5 8.2 -23.4) |
| LCH | lch(83.5 24.8 289.3) |
| OKLCH | oklch(0.861 0.065 281.1) |
Copy-ready code
/* CSS */
color: #c9cdfc;
background-color: #c9cdfc;
/* Tailwind (arbitrary) */
class="text-[#c9cdfc] bg-[#c9cdfc]"
/* SCSS */
$brand: #c9cdfc;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c9cdfc")Accessibility — WCAG contrast
Aa
#c9cdfc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdfc on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue98.8%
CMYK percentages
Cyan20.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c9cdfc text on a black background
contrast 13.62:1
Card sample
#c9cdfc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdfc;
Background color
Panel with #c9cdfc background
background-color: #c9cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdfc; background: linear-gradient(135deg, #c9cdfc, #E7C9FC);