#80bfbf
a balanced, soft cyan · cool · closest name: skyblue
RGB
128, 191, 191
HSL
180°, 33%, 63%
CMYK
33, 0, 0, 25
Luminance
0.4561
Every format
| HEX | #80bfbf |
| RGB | rgb(128, 191, 191) |
| HSL | hsl(180, 33%, 63%) |
| CMYK | cmyk(33%, 0%, 0%, 25%) |
| LAB | lab(73.3 -20.0 -6.4) |
| LCH | lch(73.3 21.0 197.8) |
| OKLCH | oklch(0.762 0.064 195.9) |
Copy-ready code
/* CSS */
color: #80bfbf;
background-color: #80bfbf;
/* Tailwind (arbitrary) */
class="text-[#80bfbf] bg-[#80bfbf]"
/* SCSS */
$brand: #80bfbf;
/* SwiftUI */
Color(red: 0.502, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#80bfbf")Accessibility — WCAG contrast
Aa
#80bfbf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bfbf on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.9%
Blue74.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow0.0%
Key (black)25.1%
Color previews
#80bfbf text on a black background
contrast 10.12:1
Card sample
#80bfbf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bfbf;
Background color
Panel with #80bfbf background
background-color: #80bfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bfbf; background: linear-gradient(135deg, #80bfbf, #8095BF);