#c1ccfd
a pale, electric blue · warm · closest name: lavender
RGB
193, 204, 253
HSL
229°, 94%, 88%
CMYK
24, 19, 0, 1
Luminance
0.6162
Every format
| HEX | #c1ccfd |
| RGB | rgb(193, 204, 253) |
| HSL | hsl(229, 94%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 1%) |
| LAB | lab(82.7 6.5 -25.2) |
| LCH | lch(82.7 26.1 284.6) |
| OKLCH | oklch(0.853 0.069 275.0) |
Copy-ready code
/* CSS */
color: #c1ccfd;
background-color: #c1ccfd;
/* Tailwind (arbitrary) */
class="text-[#c1ccfd] bg-[#c1ccfd]"
/* SCSS */
$brand: #c1ccfd;
/* SwiftUI */
Color(red: 0.757, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#c1ccfd")Accessibility — WCAG contrast
Aa
#c1ccfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ccfd on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.0%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c1ccfd text on a black background
contrast 13.32:1
Card sample
#c1ccfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ccfd;
Background color
Panel with #c1ccfd background
background-color: #c1ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ccfd; background: linear-gradient(135deg, #c1ccfd, #DEC1FD);