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