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