#c0cdf1
a light, vivid blue · cool · closest name: lavender
RGB
192, 205, 241
HSL
224°, 64%, 85%
CMYK
20, 15, 0, 6
Luminance
0.6122
Every format
| HEX | #c0cdf1 |
| RGB | rgb(192, 205, 241) |
| HSL | hsl(224, 64%, 85%) |
| CMYK | cmyk(20%, 15%, 0%, 6%) |
| LAB | lab(82.5 3.0 -19.2) |
| LCH | lch(82.5 19.4 279.0) |
| OKLCH | oklch(0.850 0.052 269.6) |
Copy-ready code
/* CSS */
color: #c0cdf1;
background-color: #c0cdf1;
/* Tailwind (arbitrary) */
class="text-[#c0cdf1] bg-[#c0cdf1]"
/* SCSS */
$brand: #c0cdf1;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#c0cdf1")Accessibility — WCAG contrast
Aa
#c0cdf1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdf1 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c0cdf1 text on a black background
contrast 13.24:1
Card sample
#c0cdf1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdf1;
Background color
Panel with #c0cdf1 background
background-color: #c0cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdf1; background: linear-gradient(135deg, #c0cdf1, #D4C0F1);