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