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