#81a0a0
a balanced, muted cyan · cool · closest name: gray
RGB
129, 160, 160
HSL
180°, 14%, 57%
CMYK
19, 0, 0, 37
Luminance
0.3235
Every format
| HEX | #81a0a0 |
| RGB | rgb(129, 160, 160) |
| HSL | hsl(180, 14%, 57%) |
| CMYK | cmyk(19%, 0%, 0%, 37%) |
| LAB | lab(63.6 -10.7 -3.5) |
| LCH | lch(63.6 11.2 198.4) |
| OKLCH | oklch(0.682 0.034 196.4) |
Copy-ready code
/* CSS */
color: #81a0a0;
background-color: #81a0a0;
/* Tailwind (arbitrary) */
class="text-[#81a0a0] bg-[#81a0a0]"
/* SCSS */
$brand: #81a0a0;
/* SwiftUI */
Color(red: 0.506, green: 0.627, blue: 0.627)
/* Android */
Color.parseColor("#81a0a0")Accessibility — WCAG contrast
Aa
#81a0a0 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81a0a0 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green62.7%
Blue62.7%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow0.0%
Key (black)37.3%
Color previews
#81a0a0 text on a black background
contrast 7.47:1
Card sample
#81a0a0 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81a0a0;
Background color
Panel with #81a0a0 background
background-color: #81a0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81a0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 160, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 160, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81a0a0; background: linear-gradient(135deg, #81a0a0, #818BA0);