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