#c5cdfc
a pale, electric blue · warm · closest name: lavender
RGB
197, 205, 252
HSL
231°, 90%, 88%
CMYK
22, 19, 0, 1
Luminance
0.6256
Every format
| HEX | #c5cdfc |
| RGB | rgb(197, 205, 252) |
| HSL | hsl(231, 90%, 88%) |
| CMYK | cmyk(22%, 19%, 0%, 1%) |
| LAB | lab(83.2 7.0 -23.9) |
| LCH | lch(83.2 24.9 286.3) |
| OKLCH | oklch(0.858 0.066 277.4) |
Copy-ready code
/* CSS */
color: #c5cdfc;
background-color: #c5cdfc;
/* Tailwind (arbitrary) */
class="text-[#c5cdfc] bg-[#c5cdfc]"
/* SCSS */
$brand: #c5cdfc;
/* SwiftUI */
Color(red: 0.773, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c5cdfc")Accessibility — WCAG contrast
Aa
#c5cdfc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cdfc on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.4%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c5cdfc text on a black background
contrast 13.51:1
Card sample
#c5cdfc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cdfc;
Background color
Panel with #c5cdfc background
background-color: #c5cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cdfc; background: linear-gradient(135deg, #c5cdfc, #E2C5FC);