#c0cefd
a pale, electric blue · warm · closest name: lavender
RGB
192, 206, 253
HSL
226°, 94%, 87%
CMYK
24, 19, 0, 1
Luminance
0.6244
Every format
| HEX | #c0cefd |
| RGB | rgb(192, 206, 253) |
| HSL | hsl(226, 94%, 87%) |
| CMYK | cmyk(24%, 19%, 0%, 1%) |
| LAB | lab(83.2 5.2 -24.6) |
| LCH | lch(83.2 25.1 281.9) |
| OKLCH | oklch(0.857 0.067 271.9) |
Copy-ready code
/* CSS */
color: #c0cefd;
background-color: #c0cefd;
/* Tailwind (arbitrary) */
class="text-[#c0cefd] bg-[#c0cefd]"
/* SCSS */
$brand: #c0cefd;
/* SwiftUI */
Color(red: 0.753, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#c0cefd")Accessibility — WCAG contrast
Aa
#c0cefd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cefd on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.8%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c0cefd text on a black background
contrast 13.49:1
Card sample
#c0cefd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cefd;
Background color
Panel with #c0cefd background
background-color: #c0cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cefd; background: linear-gradient(135deg, #c0cefd, #DBC0FD);