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