#c0cbff
a pale, electric blue · warm · closest name: lavender
RGB
192, 203, 255
HSL
230°, 100%, 88%
CMYK
25, 20, 0, 0
Luminance
0.6114
Every format
| HEX | #c0cbff |
| RGB | rgb(192, 203, 255) |
| HSL | hsl(230, 100%, 88%) |
| CMYK | cmyk(25%, 20%, 0%, 0%) |
| LAB | lab(82.5 7.3 -26.7) |
| LCH | lch(82.5 27.7 285.2) |
| OKLCH | oklch(0.851 0.074 275.4) |
Copy-ready code
/* CSS */
color: #c0cbff;
background-color: #c0cbff;
/* Tailwind (arbitrary) */
class="text-[#c0cbff] bg-[#c0cbff]"
/* SCSS */
$brand: #c0cbff;
/* SwiftUI */
Color(red: 0.753, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#c0cbff")Accessibility — WCAG contrast
Aa
#c0cbff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cbff on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.6%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c0cbff text on a black background
contrast 13.23:1
Card sample
#c0cbff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cbff;
Background color
Panel with #c0cbff background
background-color: #c0cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cbff; background: linear-gradient(135deg, #c0cbff, #DFC0FF);