#c0ecfd
a pale, electric cyan · cool · closest name: lavender
RGB
192, 236, 253
HSL
197°, 94%, 87%
CMYK
24, 7, 0, 1
Luminance
0.7829
Every format
| HEX | #c0ecfd |
| RGB | rgb(192, 236, 253) |
| HSL | hsl(197, 94%, 87%) |
| CMYK | cmyk(24%, 7%, 0%, 1%) |
| LAB | lab(90.9 -10.5 -12.9) |
| LCH | lch(90.9 16.6 230.9) |
| OKLCH | oklch(0.918 0.051 223.4) |
Copy-ready code
/* CSS */
color: #c0ecfd;
background-color: #c0ecfd;
/* Tailwind (arbitrary) */
class="text-[#c0ecfd] bg-[#c0ecfd]"
/* SCSS */
$brand: #c0ecfd;
/* SwiftUI */
Color(red: 0.753, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#c0ecfd")Accessibility — WCAG contrast
Aa
#c0ecfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ecfd on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c0ecfd text on a black background
contrast 16.66:1
Card sample
#c0ecfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ecfd;
Background color
Panel with #c0ecfd background
background-color: #c0ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ecfd; background: linear-gradient(135deg, #c0ecfd, #C0C4FD);