#809eb7
a balanced, soft blue · cool · closest name: skyblue
RGB
128, 158, 183
HSL
207°, 28%, 61%
CMYK
30, 14, 0, 28
Luminance
0.3246
Every format
| HEX | #809eb7 |
| RGB | rgb(128, 158, 183) |
| HSL | hsl(207, 28%, 61%) |
| CMYK | cmyk(30%, 14%, 0%, 28%) |
| LAB | lab(63.7 -4.4 -16.3) |
| LCH | lch(63.7 16.9 254.8) |
| OKLCH | oklch(0.685 0.050 243.7) |
Copy-ready code
/* CSS */
color: #809eb7;
background-color: #809eb7;
/* Tailwind (arbitrary) */
class="text-[#809eb7] bg-[#809eb7]"
/* SCSS */
$brand: #809eb7;
/* SwiftUI */
Color(red: 0.502, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#809eb7")Accessibility — WCAG contrast
Aa
#809eb7 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809eb7 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.0%
Blue71.8%
CMYK percentages
Cyan30.1%
Magenta13.7%
Yellow0.0%
Key (black)28.2%
Color previews
#809eb7 text on a black background
contrast 7.49:1
Card sample
#809eb7 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809eb7;
Background color
Panel with #809eb7 background
background-color: #809eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809eb7; background: linear-gradient(135deg, #809eb7, #8780B7);