#508acf
a balanced, vivid blue · cool · closest name: steelblue
RGB
80, 138, 207
HSL
213°, 57%, 56%
CMYK
61, 33, 0, 19
Luminance
0.2439
Every format
| HEX | #508acf |
| RGB | rgb(80, 138, 207) |
| HSL | hsl(213, 57%, 56%) |
| CMYK | cmyk(61%, 33%, 0%, 19%) |
| LAB | lab(56.5 2.1 -41.3) |
| LCH | lch(56.5 41.3 273.0) |
| OKLCH | oklch(0.625 0.121 253.9) |
Copy-ready code
/* CSS */
color: #508acf;
background-color: #508acf;
/* Tailwind (arbitrary) */
class="text-[#508acf] bg-[#508acf]"
/* SCSS */
$brand: #508acf;
/* SwiftUI */
Color(red: 0.314, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#508acf")Accessibility — WCAG contrast
Aa
#508acf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508acf on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green54.1%
Blue81.2%
CMYK percentages
Cyan61.4%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#508acf text on a black background
contrast 5.88:1
Card sample
#508acf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508acf;
Background color
Panel with #508acf background
background-color: #508acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508acf; background: linear-gradient(135deg, #508acf, #6B50CF);