#80c3c3
a balanced, soft cyan · cool · closest name: skyblue
RGB
128, 195, 195
HSL
180°, 36%, 63%
CMYK
34, 0, 0, 24
Luminance
0.4756
Every format
| HEX | #80c3c3 |
| RGB | rgb(128, 195, 195) |
| HSL | hsl(180, 36%, 63%) |
| CMYK | cmyk(34%, 0%, 0%, 24%) |
| LAB | lab(74.5 -21.1 -6.7) |
| LCH | lch(74.5 22.1 197.7) |
| OKLCH | oklch(0.773 0.068 195.8) |
Copy-ready code
/* CSS */
color: #80c3c3;
background-color: #80c3c3;
/* Tailwind (arbitrary) */
class="text-[#80c3c3] bg-[#80c3c3]"
/* SCSS */
$brand: #80c3c3;
/* SwiftUI */
Color(red: 0.502, green: 0.765, blue: 0.765)
/* Android */
Color.parseColor("#80c3c3")Accessibility — WCAG contrast
Aa
#80c3c3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c3c3 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.5%
Blue76.5%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow0.0%
Key (black)23.5%
Color previews
#80c3c3 text on a black background
contrast 10.51:1
Card sample
#80c3c3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c3c3;
Background color
Panel with #80c3c3 background
background-color: #80c3c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c3c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 195, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 195, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c3c3; background: linear-gradient(135deg, #80c3c3, #8096C3);