#c0cdfd
a pale, electric blue · warm · closest name: lavender
RGB
192, 205, 253
HSL
227°, 94%, 87%
CMYK
24, 19, 0, 1
Luminance
0.6196
Every format
| HEX | #c0cdfd |
| RGB | rgb(192, 205, 253) |
| HSL | hsl(227, 94%, 87%) |
| CMYK | cmyk(24%, 19%, 0%, 1%) |
| LAB | lab(82.9 5.7 -25.0) |
| LCH | lch(82.9 25.6 282.9) |
| OKLCH | oklch(0.855 0.069 273.0) |
Copy-ready code
/* CSS */
color: #c0cdfd;
background-color: #c0cdfd;
/* Tailwind (arbitrary) */
class="text-[#c0cdfd] bg-[#c0cdfd]"
/* SCSS */
$brand: #c0cdfd;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#c0cdfd")Accessibility — WCAG contrast
Aa
#c0cdfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdfd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c0cdfd text on a black background
contrast 13.39:1
Card sample
#c0cdfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdfd;
Background color
Panel with #c0cdfd background
background-color: #c0cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdfd; background: linear-gradient(135deg, #c0cdfd, #DCC0FD);