#c0ebfa
a pale, electric cyan · cool · closest name: lavender
RGB
192, 235, 250
HSL
196°, 85%, 87%
CMYK
23, 6, 0, 2
Luminance
0.7753
Every format
| HEX | #c0ebfa |
| RGB | rgb(192, 235, 250) |
| HSL | hsl(196, 85%, 87%) |
| CMYK | cmyk(23%, 6%, 0%, 2%) |
| LAB | lab(90.6 -10.6 -11.8) |
| LCH | lch(90.6 15.9 228.1) |
| OKLCH | oklch(0.914 0.049 221.0) |
Copy-ready code
/* CSS */
color: #c0ebfa;
background-color: #c0ebfa;
/* Tailwind (arbitrary) */
class="text-[#c0ebfa] bg-[#c0ebfa]"
/* SCSS */
$brand: #c0ebfa;
/* SwiftUI */
Color(red: 0.753, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#c0ebfa")Accessibility — WCAG contrast
Aa
#c0ebfa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ebfa on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.2%
Blue98.0%
CMYK percentages
Cyan23.2%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c0ebfa text on a black background
contrast 16.51:1
Card sample
#c0ebfa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ebfa;
Background color
Panel with #c0ebfa background
background-color: #c0ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ebfa; background: linear-gradient(135deg, #c0ebfa, #C0C4FA);