#087fba
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 127, 186
HSL
200°, 92%, 38%
CMYK
96, 32, 0, 27
Luminance
0.1878
Every format
| HEX | #087fba |
| RGB | rgb(8, 127, 186) |
| HSL | hsl(200, 92%, 38%) |
| CMYK | cmyk(96%, 32%, 0%, 27%) |
| LAB | lab(50.4 -7.1 -39.0) |
| LCH | lch(50.4 39.6 259.7) |
| OKLCH | oklch(0.569 0.128 239.9) |
Copy-ready code
/* CSS */
color: #087fba;
background-color: #087fba;
/* Tailwind (arbitrary) */
class="text-[#087fba] bg-[#087fba]"
/* SCSS */
$brand: #087fba;
/* SwiftUI */
Color(red: 0.031, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#087fba")Accessibility — WCAG contrast
Aa
#087fba on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#087fba on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green49.8%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta31.7%
Yellow0.0%
Key (black)27.1%
Color previews
#087fba text on a black background
contrast 4.76:1
Card sample
#087fba text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087fba;
Background color
Panel with #087fba background
background-color: #087fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087fba; background: linear-gradient(135deg, #087fba, #0808BA);