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