#c0ebfc
a pale, electric cyan · cool · closest name: lavender
RGB
192, 235, 252
HSL
197°, 91%, 87%
CMYK
24, 7, 0, 1
Luminance
0.7765
Every format
| HEX | #c0ebfc |
| RGB | rgb(192, 235, 252) |
| HSL | hsl(197, 91%, 87%) |
| CMYK | cmyk(24%, 7%, 0%, 1%) |
| LAB | lab(90.6 -10.2 -12.8) |
| LCH | lch(90.6 16.3 231.5) |
| OKLCH | oklch(0.915 0.050 223.9) |
Copy-ready code
/* CSS */
color: #c0ebfc;
background-color: #c0ebfc;
/* Tailwind (arbitrary) */
class="text-[#c0ebfc] bg-[#c0ebfc]"
/* SCSS */
$brand: #c0ebfc;
/* SwiftUI */
Color(red: 0.753, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#c0ebfc")Accessibility — WCAG contrast
Aa
#c0ebfc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ebfc on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.2%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c0ebfc text on a black background
contrast 16.53:1
Card sample
#c0ebfc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ebfc;
Background color
Panel with #c0ebfc background
background-color: #c0ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ebfc; background: linear-gradient(135deg, #c0ebfc, #C0C3FC);