#519eb3
a balanced, soft cyan · cool · closest name: skyblue
RGB
81, 158, 179
HSL
193°, 39%, 51%
CMYK
55, 12, 0, 30
Luminance
0.2946
Every format
| HEX | #519eb3 |
| RGB | rgb(81, 158, 179) |
| HSL | hsl(193, 39%, 51%) |
| CMYK | cmyk(55%, 12%, 0%, 30%) |
| LAB | lab(61.2 -17.7 -18.2) |
| LCH | lch(61.2 25.4 225.7) |
| OKLCH | oklch(0.658 0.082 217.9) |
Copy-ready code
/* CSS */
color: #519eb3;
background-color: #519eb3;
/* Tailwind (arbitrary) */
class="text-[#519eb3] bg-[#519eb3]"
/* SCSS */
$brand: #519eb3;
/* SwiftUI */
Color(red: 0.318, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#519eb3")Accessibility — WCAG contrast
Aa
#519eb3 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#519eb3 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green62.0%
Blue70.2%
CMYK percentages
Cyan54.7%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#519eb3 text on a black background
contrast 6.89:1
Card sample
#519eb3 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #519eb3;
Background color
Panel with #519eb3 background
background-color: #519eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #519eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #519eb3; background: linear-gradient(135deg, #519eb3, #515DB3);