#c1ddf0
a light, vivid blue · cool · closest name: lavender
RGB
193, 221, 240
HSL
204°, 61%, 85%
CMYK
20, 8, 0, 6
Luminance
0.6934
Every format
| HEX | #c1ddf0 |
| RGB | rgb(193, 221, 240) |
| HSL | hsl(204, 61%, 85%) |
| CMYK | cmyk(20%, 8%, 0%, 6%) |
| LAB | lab(86.7 -5.3 -12.4) |
| LCH | lch(86.7 13.4 246.9) |
| OKLCH | oklch(0.883 0.040 237.6) |
Copy-ready code
/* CSS */
color: #c1ddf0;
background-color: #c1ddf0;
/* Tailwind (arbitrary) */
class="text-[#c1ddf0] bg-[#c1ddf0]"
/* SCSS */
$brand: #c1ddf0;
/* SwiftUI */
Color(red: 0.757, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#c1ddf0")Accessibility — WCAG contrast
Aa
#c1ddf0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ddf0 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green86.7%
Blue94.1%
CMYK percentages
Cyan19.6%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#c1ddf0 text on a black background
contrast 14.87:1
Card sample
#c1ddf0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ddf0;
Background color
Panel with #c1ddf0 background
background-color: #c1ddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ddf0; background: linear-gradient(135deg, #c1ddf0, #C4C1F0);