#085ace
a dark, electric blue · cool · closest name: royalblue
RGB
8, 90, 206
HSL
215°, 93%, 42%
CMYK
96, 56, 0, 19
Luminance
0.1182
Every format
| HEX | #085ace |
| RGB | rgb(8, 90, 206) |
| HSL | hsl(215, 93%, 42%) |
| CMYK | cmyk(96%, 56%, 0%, 19%) |
| LAB | lab(40.9 24.2 -65.7) |
| LCH | lch(40.9 70.0 290.2) |
| OKLCH | oklch(0.499 0.193 259.6) |
Copy-ready code
/* CSS */
color: #085ace;
background-color: #085ace;
/* Tailwind (arbitrary) */
class="text-[#085ace] bg-[#085ace]"
/* SCSS */
$brand: #085ace;
/* SwiftUI */
Color(red: 0.031, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#085ace")Accessibility — WCAG contrast
Aa
#085ace on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085ace on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.3%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#085ace text on a black background
contrast 3.36:1
Card sample
#085ace text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085ace;
Background color
Panel with #085ace background
background-color: #085ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085ace; background: linear-gradient(135deg, #085ace, #3A08CE);