#087bc9
a dark, electric blue · cool · closest name: steelblue
RGB
8, 123, 201
HSL
204°, 92%, 41%
CMYK
96, 39, 0, 21
Luminance
0.1843
Every format
| HEX | #087bc9 |
| RGB | rgb(8, 123, 201) |
| HSL | hsl(204, 92%, 41%) |
| CMYK | cmyk(96%, 39%, 0%, 21%) |
| LAB | lab(50.0 1.1 -48.2) |
| LCH | lch(50.0 48.2 271.3) |
| OKLCH | oklch(0.568 0.149 247.6) |
Copy-ready code
/* CSS */
color: #087bc9;
background-color: #087bc9;
/* Tailwind (arbitrary) */
class="text-[#087bc9] bg-[#087bc9]"
/* SCSS */
$brand: #087bc9;
/* SwiftUI */
Color(red: 0.031, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#087bc9")Accessibility — WCAG contrast
Aa
#087bc9 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#087bc9 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green48.2%
Blue78.8%
CMYK percentages
Cyan96.0%
Magenta38.8%
Yellow0.0%
Key (black)21.2%
Color previews
#087bc9 text on a black background
contrast 4.69:1
Card sample
#087bc9 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087bc9;
Background color
Panel with #087bc9 background
background-color: #087bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087bc9; background: linear-gradient(135deg, #087bc9, #1608C9);