#c0ddf1
a light, vivid blue · cool · closest name: lavender
RGB
192, 221, 241
HSL
205°, 64%, 85%
CMYK
20, 8, 0, 6
Luminance
0.6927
Every format
| HEX | #c0ddf1 |
| RGB | rgb(192, 221, 241) |
| HSL | hsl(205, 64%, 85%) |
| CMYK | cmyk(20%, 8%, 0%, 6%) |
| LAB | lab(86.6 -5.4 -12.9) |
| LCH | lch(86.6 14.0 247.5) |
| OKLCH | oklch(0.883 0.041 238.1) |
Copy-ready code
/* CSS */
color: #c0ddf1;
background-color: #c0ddf1;
/* Tailwind (arbitrary) */
class="text-[#c0ddf1] bg-[#c0ddf1]"
/* SCSS */
$brand: #c0ddf1;
/* SwiftUI */
Color(red: 0.753, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#c0ddf1")Accessibility — WCAG contrast
Aa
#c0ddf1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ddf1 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green86.7%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c0ddf1 text on a black background
contrast 14.85:1
Card sample
#c0ddf1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ddf1;
Background color
Panel with #c0ddf1 background
background-color: #c0ddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ddf1; background: linear-gradient(135deg, #c0ddf1, #C4C0F1);