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