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