#c0ebec
a light, vivid cyan · cool · closest name: white
RGB
192, 235, 236
HSL
181°, 54%, 84%
CMYK
19, 0, 0, 8
Luminance
0.7668
Every format
| HEX | #c0ebec |
| RGB | rgb(192, 235, 236) |
| HSL | hsl(181, 54%, 84%) |
| CMYK | cmyk(19%, 0%, 0%, 8%) |
| LAB | lab(90.2 -13.6 -5.1) |
| LCH | lch(90.2 14.5 200.5) |
| OKLCH | oklch(0.910 0.044 198.1) |
Copy-ready code
/* CSS */
color: #c0ebec;
background-color: #c0ebec;
/* Tailwind (arbitrary) */
class="text-[#c0ebec] bg-[#c0ebec]"
/* SCSS */
$brand: #c0ebec;
/* SwiftUI */
Color(red: 0.753, green: 0.922, blue: 0.925)
/* Android */
Color.parseColor("#c0ebec")Accessibility — WCAG contrast
Aa
#c0ebec on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ebec on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.2%
Blue92.5%
CMYK percentages
Cyan18.6%
Magenta0.4%
Yellow0.0%
Key (black)7.5%
Color previews
#c0ebec text on a black background
contrast 16.34:1
Card sample
#c0ebec text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ebec;
Background color
Panel with #c0ebec background
background-color: #c0ebec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ebec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 235, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 235, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ebec; background: linear-gradient(135deg, #c0ebec, #C0CEEC);