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