#087cba
a dark, electric blue · cool · closest name: steelblue
RGB
8, 124, 186
HSL
201°, 92%, 38%
CMYK
96, 33, 0, 27
Luminance
0.1801
Every format
| HEX | #087cba |
| RGB | rgb(8, 124, 186) |
| HSL | hsl(201, 92%, 38%) |
| CMYK | cmyk(96%, 33%, 0%, 27%) |
| LAB | lab(49.5 -5.3 -40.4) |
| LCH | lch(49.5 40.7 262.5) |
| OKLCH | oklch(0.561 0.131 241.8) |
Copy-ready code
/* CSS */
color: #087cba;
background-color: #087cba;
/* Tailwind (arbitrary) */
class="text-[#087cba] bg-[#087cba]"
/* SCSS */
$brand: #087cba;
/* SwiftUI */
Color(red: 0.031, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#087cba")Accessibility — WCAG contrast
Aa
#087cba on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087cba on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green48.6%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta33.3%
Yellow0.0%
Key (black)27.1%
Color previews
#087cba text on a black background
contrast 4.60:1
Card sample
#087cba text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087cba;
Background color
Panel with #087cba background
background-color: #087cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087cba; background: linear-gradient(135deg, #087cba, #0B08BA);