#085eb6
a dark, electric blue · cool · closest name: royalblue
RGB
8, 94, 182
HSL
210°, 92%, 37%
CMYK
96, 48, 0, 29
Luminance
0.1143
Every format
| HEX | #085eb6 |
| RGB | rgb(8, 94, 182) |
| HSL | hsl(210, 92%, 37%) |
| CMYK | cmyk(96%, 48%, 0%, 29%) |
| LAB | lab(40.3 11.9 -52.8) |
| LCH | lch(40.3 54.1 282.7) |
| OKLCH | oklch(0.489 0.157 255.2) |
Copy-ready code
/* CSS */
color: #085eb6;
background-color: #085eb6;
/* Tailwind (arbitrary) */
class="text-[#085eb6] bg-[#085eb6]"
/* SCSS */
$brand: #085eb6;
/* SwiftUI */
Color(red: 0.031, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#085eb6")Accessibility — WCAG contrast
Aa
#085eb6 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085eb6 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.9%
Blue71.4%
CMYK percentages
Cyan95.6%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#085eb6 text on a black background
contrast 3.29:1
Card sample
#085eb6 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085eb6;
Background color
Panel with #085eb6 background
background-color: #085eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085eb6; background: linear-gradient(135deg, #085eb6, #2608B6);