#c1deee
a light, vivid blue · cool · closest name: lavender
RGB
193, 222, 238
HSL
201°, 57%, 85%
CMYK
19, 7, 0, 7
Luminance
0.6975
Every format
| HEX | #c1deee |
| RGB | rgb(193, 222, 238) |
| HSL | hsl(201, 57%, 85%) |
| CMYK | cmyk(19%, 7%, 0%, 7%) |
| LAB | lab(86.9 -6.2 -11.0) |
| LCH | lch(86.9 12.7 240.5) |
| OKLCH | oklch(0.884 0.038 232.0) |
Copy-ready code
/* CSS */
color: #c1deee;
background-color: #c1deee;
/* Tailwind (arbitrary) */
class="text-[#c1deee] bg-[#c1deee]"
/* SCSS */
$brand: #c1deee;
/* SwiftUI */
Color(red: 0.757, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c1deee")Accessibility — WCAG contrast
Aa
#c1deee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1deee on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green87.1%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c1deee text on a black background
contrast 14.95:1
Card sample
#c1deee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1deee;
Background color
Panel with #c1deee background
background-color: #c1deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1deee; background: linear-gradient(135deg, #c1deee, #C2C1EE);