#c0cdfa
a pale, electric blue · warm · closest name: lavender
RGB
192, 205, 250
HSL
227°, 85%, 87%
CMYK
23, 18, 0, 2
Luminance
0.6177
Every format
| HEX | #c0cdfa |
| RGB | rgb(192, 205, 250) |
| HSL | hsl(227, 85%, 87%) |
| CMYK | cmyk(23%, 18%, 0%, 2%) |
| LAB | lab(82.8 5.0 -23.5) |
| LCH | lch(82.8 24.1 282.1) |
| OKLCH | oklch(0.853 0.064 272.4) |
Copy-ready code
/* CSS */
color: #c0cdfa;
background-color: #c0cdfa;
/* Tailwind (arbitrary) */
class="text-[#c0cdfa] bg-[#c0cdfa]"
/* SCSS */
$brand: #c0cdfa;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#c0cdfa")Accessibility — WCAG contrast
Aa
#c0cdfa on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdfa on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue98.0%
CMYK percentages
Cyan23.2%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c0cdfa text on a black background
contrast 13.35:1
Card sample
#c0cdfa text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdfa;
Background color
Panel with #c0cdfa background
background-color: #c0cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdfa; background: linear-gradient(135deg, #c0cdfa, #DAC0FA);