#c0eddf
a light, vivid cyan · cool · closest name: beige
RGB
192, 237, 223
HSL
161°, 56%, 84%
CMYK
19, 0, 6, 7
Luminance
0.7710
Every format
| HEX | #c0eddf |
| RGB | rgb(192, 237, 223) |
| HSL | hsl(161, 56%, 84%) |
| CMYK | cmyk(19%, 0%, 6%, 7%) |
| LAB | lab(90.4 -17.2 2.0) |
| LCH | lch(90.4 17.3 173.4) |
| OKLCH | oklch(0.911 0.050 174.2) |
Copy-ready code
/* CSS */
color: #c0eddf;
background-color: #c0eddf;
/* Tailwind (arbitrary) */
class="text-[#c0eddf] bg-[#c0eddf]"
/* SCSS */
$brand: #c0eddf;
/* SwiftUI */
Color(red: 0.753, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#c0eddf")Accessibility — WCAG contrast
Aa
#c0eddf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0eddf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#c0eddf text on a black background
contrast 16.42:1
Card sample
#c0eddf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0eddf;
Background color
Panel with #c0eddf background
background-color: #c0eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0eddf; background: linear-gradient(135deg, #c0eddf, #C0DDED);