#809cb4
a balanced, soft blue · cool · closest name: gray
RGB
128, 156, 180
HSL
208°, 26%, 60%
CMYK
29, 13, 0, 29
Luminance
0.3166
Every format
| HEX | #809cb4 |
| RGB | rgb(128, 156, 180) |
| HSL | hsl(208, 26%, 60%) |
| CMYK | cmyk(29%, 13%, 0%, 29%) |
| LAB | lab(63.1 -4.1 -15.6) |
| LCH | lch(63.1 16.2 255.4) |
| OKLCH | oklch(0.680 0.047 244.4) |
Copy-ready code
/* CSS */
color: #809cb4;
background-color: #809cb4;
/* Tailwind (arbitrary) */
class="text-[#809cb4] bg-[#809cb4]"
/* SCSS */
$brand: #809cb4;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.706)
/* Android */
Color.parseColor("#809cb4")Accessibility — WCAG contrast
Aa
#809cb4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cb4 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue70.6%
CMYK percentages
Cyan28.9%
Magenta13.3%
Yellow0.0%
Key (black)29.4%
Color previews
#809cb4 text on a black background
contrast 7.33:1
Card sample
#809cb4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cb4;
Background color
Panel with #809cb4 background
background-color: #809cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cb4; background: linear-gradient(135deg, #809cb4, #8780B4);