#809ba7
a balanced, soft cyan · cool · closest name: gray
RGB
128, 155, 167
HSL
199°, 18%, 58%
CMYK
23, 7, 0, 35
Luminance
0.3082
Every format
| HEX | #809ba7 |
| RGB | rgb(128, 155, 167) |
| HSL | hsl(199, 18%, 58%) |
| CMYK | cmyk(23%, 7%, 0%, 35%) |
| LAB | lab(62.4 -6.7 -9.4) |
| LCH | lch(62.4 11.5 234.6) |
| OKLCH | oklch(0.673 0.035 226.6) |
Copy-ready code
/* CSS */
color: #809ba7;
background-color: #809ba7;
/* Tailwind (arbitrary) */
class="text-[#809ba7] bg-[#809ba7]"
/* SCSS */
$brand: #809ba7;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.655)
/* Android */
Color.parseColor("#809ba7")Accessibility — WCAG contrast
Aa
#809ba7 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ba7 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue65.5%
CMYK percentages
Cyan23.4%
Magenta7.2%
Yellow0.0%
Key (black)34.5%
Color previews
#809ba7 text on a black background
contrast 7.16:1
Card sample
#809ba7 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ba7;
Background color
Panel with #809ba7 background
background-color: #809ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ba7; background: linear-gradient(135deg, #809ba7, #8081A7);