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