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