#085eb7
a dark, electric blue · cool · closest name: royalblue
RGB
8, 94, 183
HSL
211°, 92%, 38%
CMYK
96, 49, 0, 28
Luminance
0.1148
Every format
| HEX | #085eb7 |
| RGB | rgb(8, 94, 183) |
| HSL | hsl(211, 92%, 38%) |
| CMYK | cmyk(96%, 49%, 0%, 28%) |
| LAB | lab(40.4 12.3 -53.3) |
| LCH | lch(40.4 54.6 283.0) |
| OKLCH | oklch(0.489 0.159 255.4) |
Copy-ready code
/* CSS */
color: #085eb7;
background-color: #085eb7;
/* Tailwind (arbitrary) */
class="text-[#085eb7] bg-[#085eb7]"
/* SCSS */
$brand: #085eb7;
/* SwiftUI */
Color(red: 0.031, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#085eb7")Accessibility — WCAG contrast
Aa
#085eb7 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085eb7 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.9%
Blue71.8%
CMYK percentages
Cyan95.6%
Magenta48.6%
Yellow0.0%
Key (black)28.2%
Color previews
#085eb7 text on a black background
contrast 3.30:1
Card sample
#085eb7 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085eb7;
Background color
Panel with #085eb7 background
background-color: #085eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085eb7; background: linear-gradient(135deg, #085eb7, #2708B7);