#087cb2
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 124, 178
HSL
199°, 91%, 37%
CMYK
96, 30, 0, 30
Luminance
0.1768
Every format
| HEX | #087cb2 |
| RGB | rgb(8, 124, 178) |
| HSL | hsl(199, 91%, 37%) |
| CMYK | cmyk(96%, 30%, 0%, 30%) |
| LAB | lab(49.1 -8.4 -36.4) |
| LCH | lch(49.1 37.4 257.0) |
| OKLCH | oklch(0.557 0.122 238.1) |
Copy-ready code
/* CSS */
color: #087cb2;
background-color: #087cb2;
/* Tailwind (arbitrary) */
class="text-[#087cb2] bg-[#087cb2]"
/* SCSS */
$brand: #087cb2;
/* SwiftUI */
Color(red: 0.031, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#087cb2")Accessibility — WCAG contrast
Aa
#087cb2 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087cb2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green48.6%
Blue69.8%
CMYK percentages
Cyan95.5%
Magenta30.3%
Yellow0.0%
Key (black)30.2%
Color previews
#087cb2 text on a black background
contrast 4.54:1
Card sample
#087cb2 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087cb2;
Background color
Panel with #087cb2 background
background-color: #087cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087cb2; background: linear-gradient(135deg, #087cb2, #080BB2);