#c1dcef
a light, vivid blue · cool · closest name: lavender
RGB
193, 220, 239
HSL
205°, 59%, 85%
CMYK
19, 8, 0, 6
Luminance
0.6876
Every format
| HEX | #c1dcef |
| RGB | rgb(193, 220, 239) |
| HSL | hsl(205, 59%, 85%) |
| CMYK | cmyk(19%, 8%, 0%, 6%) |
| LAB | lab(86.4 -5.0 -12.3) |
| LCH | lch(86.4 13.2 247.9) |
| OKLCH | oklch(0.881 0.039 238.6) |
Copy-ready code
/* CSS */
color: #c1dcef;
background-color: #c1dcef;
/* Tailwind (arbitrary) */
class="text-[#c1dcef] bg-[#c1dcef]"
/* SCSS */
$brand: #c1dcef;
/* SwiftUI */
Color(red: 0.757, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c1dcef")Accessibility — WCAG contrast
Aa
#c1dcef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1dcef on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green86.3%
Blue93.7%
CMYK percentages
Cyan19.2%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c1dcef text on a black background
contrast 14.75:1
Card sample
#c1dcef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1dcef;
Background color
Panel with #c1dcef background
background-color: #c1dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1dcef; background: linear-gradient(135deg, #c1dcef, #C5C1EF);