#085eb3
a dark, electric blue · cool · closest name: royalblue
RGB
8, 94, 179
HSL
210°, 91%, 37%
CMYK
96, 48, 0, 30
Luminance
0.1131
Every format
| HEX | #085eb3 |
| RGB | rgb(8, 94, 179) |
| HSL | hsl(210, 91%, 37%) |
| CMYK | cmyk(96%, 48%, 0%, 30%) |
| LAB | lab(40.1 10.7 -51.3) |
| LCH | lch(40.1 52.4 281.7) |
| OKLCH | oklch(0.486 0.153 254.6) |
Copy-ready code
/* CSS */
color: #085eb3;
background-color: #085eb3;
/* Tailwind (arbitrary) */
class="text-[#085eb3] bg-[#085eb3]"
/* SCSS */
$brand: #085eb3;
/* SwiftUI */
Color(red: 0.031, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#085eb3")Accessibility — WCAG contrast
Aa
#085eb3 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085eb3 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.9%
Blue70.2%
CMYK percentages
Cyan95.5%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#085eb3 text on a black background
contrast 3.26:1
Card sample
#085eb3 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085eb3;
Background color
Panel with #085eb3 background
background-color: #085eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085eb3; background: linear-gradient(135deg, #085eb3, #2408B3);