#087bcf
a dark, electric blue · cool · closest name: dodgerblue
RGB
8, 123, 207
HSL
205°, 93%, 42%
CMYK
96, 41, 0, 19
Luminance
0.1872
Every format
| HEX | #087bcf |
| RGB | rgb(8, 123, 207) |
| HSL | hsl(205, 93%, 42%) |
| CMYK | cmyk(96%, 41%, 0%, 19%) |
| LAB | lab(50.4 3.4 -51.1) |
| LCH | lch(50.4 51.2 273.8) |
| OKLCH | oklch(0.572 0.156 249.3) |
Copy-ready code
/* CSS */
color: #087bcf;
background-color: #087bcf;
/* Tailwind (arbitrary) */
class="text-[#087bcf] bg-[#087bcf]"
/* SCSS */
$brand: #087bcf;
/* SwiftUI */
Color(red: 0.031, green: 0.482, blue: 0.812)
/* Android */
Color.parseColor("#087bcf")Accessibility — WCAG contrast
Aa
#087bcf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#087bcf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green48.2%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta40.6%
Yellow0.0%
Key (black)18.8%
Color previews
#087bcf text on a black background
contrast 4.74:1
Card sample
#087bcf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087bcf;
Background color
Panel with #087bcf background
background-color: #087bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 123, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 123, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087bcf; background: linear-gradient(135deg, #087bcf, #1A08CF);