#087ade
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 122, 222
HSL
208°, 93%, 45%
CMYK
96, 45, 0, 13
Luminance
0.1924
Every format
| HEX | #087ade |
| RGB | rgb(8, 122, 222) |
| HSL | hsl(208, 93%, 45%) |
| CMYK | cmyk(96%, 45%, 0%, 13%) |
| LAB | lab(51.0 9.9 -58.6) |
| LCH | lch(51.0 59.4 279.6) |
| OKLCH | oklch(0.580 0.176 253.0) |
Copy-ready code
/* CSS */
color: #087ade;
background-color: #087ade;
/* Tailwind (arbitrary) */
class="text-[#087ade] bg-[#087ade]"
/* SCSS */
$brand: #087ade;
/* SwiftUI */
Color(red: 0.031, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#087ade")Accessibility — WCAG contrast
Aa
#087ade on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#087ade on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green47.8%
Blue87.1%
CMYK percentages
Cyan96.4%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#087ade text on a black background
contrast 4.85:1
Card sample
#087ade text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087ade;
Background color
Panel with #087ade background
background-color: #087ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087ade; background: linear-gradient(135deg, #087ade, #2508DE);