#c0cbdf
a light, soft blue · cool · closest name: lavender
RGB
192, 203, 223
HSL
219°, 33%, 81%
CMYK
14, 9, 0, 13
Luminance
0.5925
Every format
| HEX | #c0cbdf |
| RGB | rgb(192, 203, 223) |
| HSL | hsl(219, 33%, 81%) |
| CMYK | cmyk(14%, 9%, 0%, 13%) |
| LAB | lab(81.4 0.3 -11.2) |
| LCH | lch(81.4 11.2 271.3) |
| OKLCH | oklch(0.840 0.030 262.5) |
Copy-ready code
/* CSS */
color: #c0cbdf;
background-color: #c0cbdf;
/* Tailwind (arbitrary) */
class="text-[#c0cbdf] bg-[#c0cbdf]"
/* SCSS */
$brand: #c0cbdf;
/* SwiftUI */
Color(red: 0.753, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#c0cbdf")Accessibility — WCAG contrast
Aa
#c0cbdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cbdf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c0cbdf text on a black background
contrast 12.85:1
Card sample
#c0cbdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cbdf;
Background color
Panel with #c0cbdf background
background-color: #c0cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cbdf; background: linear-gradient(135deg, #c0cbdf, #CAC0DF);