#c1ecfd
a pale, electric cyan · cool · closest name: lavender
RGB
193, 236, 253
HSL
197°, 94%, 88%
CMYK
24, 7, 0, 1
Luminance
0.7842
Every format
| HEX | #c1ecfd |
| RGB | rgb(193, 236, 253) |
| HSL | hsl(197, 94%, 88%) |
| CMYK | cmyk(24%, 7%, 0%, 1%) |
| LAB | lab(91.0 -10.2 -12.8) |
| LCH | lch(91.0 16.3 231.5) |
| OKLCH | oklch(0.918 0.050 223.9) |
Copy-ready code
/* CSS */
color: #c1ecfd;
background-color: #c1ecfd;
/* Tailwind (arbitrary) */
class="text-[#c1ecfd] bg-[#c1ecfd]"
/* SCSS */
$brand: #c1ecfd;
/* SwiftUI */
Color(red: 0.757, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#c1ecfd")Accessibility — WCAG contrast
Aa
#c1ecfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ecfd on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green92.5%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c1ecfd text on a black background
contrast 16.68:1
Card sample
#c1ecfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ecfd;
Background color
Panel with #c1ecfd background
background-color: #c1ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ecfd; background: linear-gradient(135deg, #c1ecfd, #C1C4FD);