#c1cbfd
a pale, electric blue · warm · closest name: lavender
RGB
193, 203, 253
HSL
230°, 94%, 88%
CMYK
24, 20, 0, 1
Luminance
0.6114
Every format
| HEX | #c1cbfd |
| RGB | rgb(193, 203, 253) |
| HSL | hsl(230, 94%, 88%) |
| CMYK | cmyk(24%, 20%, 0%, 1%) |
| LAB | lab(82.5 7.1 -25.6) |
| LCH | lch(82.5 26.6 285.5) |
| OKLCH | oklch(0.851 0.071 276.0) |
Copy-ready code
/* CSS */
color: #c1cbfd;
background-color: #c1cbfd;
/* Tailwind (arbitrary) */
class="text-[#c1cbfd] bg-[#c1cbfd]"
/* SCSS */
$brand: #c1cbfd;
/* SwiftUI */
Color(red: 0.757, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#c1cbfd")Accessibility — WCAG contrast
Aa
#c1cbfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cbfd on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c1cbfd text on a black background
contrast 13.23:1
Card sample
#c1cbfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cbfd;
Background color
Panel with #c1cbfd background
background-color: #c1cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cbfd; background: linear-gradient(135deg, #c1cbfd, #DFC1FD);