#c0e5df
a light, soft cyan · cool · closest name: silver
RGB
192, 229, 223
HSL
170°, 42%, 83%
CMYK
16, 0, 3, 10
Luminance
0.7257
Every format
| HEX | #c0e5df |
| RGB | rgb(192, 229, 223) |
| HSL | hsl(170, 42%, 83%) |
| CMYK | cmyk(16%, 0%, 3%, 10%) |
| LAB | lab(88.2 -13.2 -1.1) |
| LCH | lch(88.2 13.3 184.8) |
| OKLCH | oklch(0.894 0.040 184.6) |
Copy-ready code
/* CSS */
color: #c0e5df;
background-color: #c0e5df;
/* Tailwind (arbitrary) */
class="text-[#c0e5df] bg-[#c0e5df]"
/* SCSS */
$brand: #c0e5df;
/* SwiftUI */
Color(red: 0.753, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#c0e5df")Accessibility — WCAG contrast
Aa
#c0e5df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0e5df on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green89.8%
Blue87.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#c0e5df text on a black background
contrast 15.51:1
Card sample
#c0e5df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0e5df;
Background color
Panel with #c0e5df background
background-color: #c0e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0e5df; background: linear-gradient(135deg, #c0e5df, #C0D2E5);