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