#c0cbfd
a pale, electric blue · warm · closest name: lavender
RGB
192, 203, 253
HSL
229°, 94%, 87%
CMYK
24, 20, 0, 1
Luminance
0.6101
Every format
| HEX | #c0cbfd |
| RGB | rgb(192, 203, 253) |
| HSL | hsl(229, 94%, 87%) |
| CMYK | cmyk(24%, 20%, 0%, 1%) |
| LAB | lab(82.4 6.8 -25.7) |
| LCH | lch(82.4 26.6 284.8) |
| OKLCH | oklch(0.851 0.071 275.1) |
Copy-ready code
/* CSS */
color: #c0cbfd;
background-color: #c0cbfd;
/* Tailwind (arbitrary) */
class="text-[#c0cbfd] bg-[#c0cbfd]"
/* SCSS */
$brand: #c0cbfd;
/* SwiftUI */
Color(red: 0.753, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#c0cbfd")Accessibility — WCAG contrast
Aa
#c0cbfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cbfd on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.6%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c0cbfd text on a black background
contrast 13.20:1
Card sample
#c0cbfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cbfd;
Background color
Panel with #c0cbfd background
background-color: #c0cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cbfd; background: linear-gradient(135deg, #c0cbfd, #DEC0FD);