#c0cdfc
a pale, electric blue · warm · closest name: lavender
RGB
192, 205, 252
HSL
227°, 91%, 87%
CMYK
24, 19, 0, 1
Luminance
0.6190
Every format
| HEX | #c0cdfc |
| RGB | rgb(192, 205, 252) |
| HSL | hsl(227, 91%, 87%) |
| CMYK | cmyk(24%, 19%, 0%, 1%) |
| LAB | lab(82.9 5.5 -24.5) |
| LCH | lch(82.9 25.1 282.7) |
| OKLCH | oklch(0.854 0.067 272.8) |
Copy-ready code
/* CSS */
color: #c0cdfc;
background-color: #c0cdfc;
/* Tailwind (arbitrary) */
class="text-[#c0cdfc] bg-[#c0cdfc]"
/* SCSS */
$brand: #c0cdfc;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c0cdfc")Accessibility — WCAG contrast
Aa
#c0cdfc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdfc on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c0cdfc text on a black background
contrast 13.38:1
Card sample
#c0cdfc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdfc;
Background color
Panel with #c0cdfc background
background-color: #c0cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdfc; background: linear-gradient(135deg, #c0cdfc, #DBC0FC);