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