#c0ebff
a pale, electric cyan · cool · closest name: lavender
RGB
192, 235, 255
HSL
199°, 100%, 88%
CMYK
25, 8, 0, 0
Luminance
0.7784
Every format
| HEX | #c0ebff |
| RGB | rgb(192, 235, 255) |
| HSL | hsl(199, 100%, 88%) |
| CMYK | cmyk(25%, 8%, 0%, 0%) |
| LAB | lab(90.7 -9.5 -14.2) |
| LCH | lch(90.7 17.1 236.2) |
| OKLCH | oklch(0.916 0.052 227.8) |
Copy-ready code
/* CSS */
color: #c0ebff;
background-color: #c0ebff;
/* Tailwind (arbitrary) */
class="text-[#c0ebff] bg-[#c0ebff]"
/* SCSS */
$brand: #c0ebff;
/* SwiftUI */
Color(red: 0.753, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#c0ebff")Accessibility — WCAG contrast
Aa
#c0ebff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ebff on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c0ebff text on a black background
contrast 16.57:1
Card sample
#c0ebff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ebff;
Background color
Panel with #c0ebff background
background-color: #c0ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ebff; background: linear-gradient(135deg, #c0ebff, #C0C1FF);