#c3cdfd
a pale, electric blue · warm · closest name: lavender
RGB
195, 205, 253
HSL
230°, 94%, 88%
CMYK
23, 19, 0, 1
Luminance
0.6236
Every format
| HEX | #c3cdfd |
| RGB | rgb(195, 205, 253) |
| HSL | hsl(230, 94%, 88%) |
| CMYK | cmyk(23%, 19%, 0%, 1%) |
| LAB | lab(83.1 6.6 -24.6) |
| LCH | lch(83.1 25.5 285.0) |
| OKLCH | oklch(0.857 0.068 275.7) |
Copy-ready code
/* CSS */
color: #c3cdfd;
background-color: #c3cdfd;
/* Tailwind (arbitrary) */
class="text-[#c3cdfd] bg-[#c3cdfd]"
/* SCSS */
$brand: #c3cdfd;
/* SwiftUI */
Color(red: 0.765, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#c3cdfd")Accessibility — WCAG contrast
Aa
#c3cdfd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cdfd on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c3cdfd text on a black background
contrast 13.47:1
Card sample
#c3cdfd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cdfd;
Background color
Panel with #c3cdfd background
background-color: #c3cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cdfd; background: linear-gradient(135deg, #c3cdfd, #E0C3FD);