#809293
a balanced, muted cyan · cool · closest name: gray
RGB
128, 146, 147
HSL
183°, 8%, 54%
CMYK
13, 1, 0, 42
Luminance
0.2725
Every format
| HEX | #809293 |
| RGB | rgb(128, 146, 147) |
| HSL | hsl(183, 8%, 54%) |
| CMYK | cmyk(13%, 1%, 0%, 42%) |
| LAB | lab(59.2 -6.2 -2.7) |
| LCH | lch(59.2 6.8 203.6) |
| OKLCH | oklch(0.646 0.021 200.7) |
Copy-ready code
/* CSS */
color: #809293;
background-color: #809293;
/* Tailwind (arbitrary) */
class="text-[#809293] bg-[#809293]"
/* SCSS */
$brand: #809293;
/* SwiftUI */
Color(red: 0.502, green: 0.573, blue: 0.576)
/* Android */
Color.parseColor("#809293")Accessibility — WCAG contrast
Aa
#809293 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809293 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.3%
Blue57.6%
CMYK percentages
Cyan12.9%
Magenta0.7%
Yellow0.0%
Key (black)42.4%
Color previews
#809293 text on a black background
contrast 6.45:1
Card sample
#809293 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809293;
Background color
Panel with #809293 background
background-color: #809293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 146, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 146, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809293; background: linear-gradient(135deg, #809293, #808593);