#c0eefd
a pale, electric cyan · cool · closest name: lavender
RGB
192, 238, 253
HSL
195°, 94%, 87%
CMYK
24, 6, 0, 1
Luminance
0.7945
Every format
| HEX | #c0eefd |
| RGB | rgb(192, 238, 253) |
| HSL | hsl(195, 94%, 87%) |
| CMYK | cmyk(24%, 6%, 0%, 1%) |
| LAB | lab(91.4 -11.5 -12.1) |
| LCH | lch(91.4 16.7 226.5) |
| OKLCH | oklch(0.922 0.051 219.7) |
Copy-ready code
/* CSS */
color: #c0eefd;
background-color: #c0eefd;
/* Tailwind (arbitrary) */
class="text-[#c0eefd] bg-[#c0eefd]"
/* SCSS */
$brand: #c0eefd;
/* SwiftUI */
Color(red: 0.753, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#c0eefd")Accessibility — WCAG contrast
Aa
#c0eefd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0eefd on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c0eefd text on a black background
contrast 16.89:1
Card sample
#c0eefd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0eefd;
Background color
Panel with #c0eefd background
background-color: #c0eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0eefd; background: linear-gradient(135deg, #c0eefd, #C0C6FD);