#c1ebee
a light, vivid cyan · cool · closest name: lavender
RGB
193, 235, 238
HSL
184°, 57%, 85%
CMYK
19, 1, 0, 7
Luminance
0.7693
Every format
| HEX | #c1ebee |
| RGB | rgb(193, 235, 238) |
| HSL | hsl(184, 57%, 85%) |
| CMYK | cmyk(19%, 1%, 0%, 7%) |
| LAB | lab(90.3 -12.9 -6.0) |
| LCH | lch(90.3 14.2 204.8) |
| OKLCH | oklch(0.911 0.044 201.8) |
Copy-ready code
/* CSS */
color: #c1ebee;
background-color: #c1ebee;
/* Tailwind (arbitrary) */
class="text-[#c1ebee] bg-[#c1ebee]"
/* SCSS */
$brand: #c1ebee;
/* SwiftUI */
Color(red: 0.757, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#c1ebee")Accessibility — WCAG contrast
Aa
#c1ebee on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ebee on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c1ebee text on a black background
contrast 16.39:1
Card sample
#c1ebee text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ebee;
Background color
Panel with #c1ebee background
background-color: #c1ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ebee; background: linear-gradient(135deg, #c1ebee, #C1CDEE);