#085afb
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 90, 251
HSL
220°, 97%, 51%
CMYK
97, 64, 0, 2
Luminance
0.1433
Every format
| HEX | #085afb |
| RGB | rgb(8, 90, 251) |
| HSL | hsl(220, 97%, 51%) |
| CMYK | cmyk(97%, 64%, 0%, 2%) |
| LAB | lab(44.7 41.4 -85.0) |
| LCH | lch(44.7 94.6 296.0) |
| OKLCH | oklch(0.539 0.249 262.4) |
Copy-ready code
/* CSS */
color: #085afb;
background-color: #085afb;
/* Tailwind (arbitrary) */
class="text-[#085afb] bg-[#085afb]"
/* SCSS */
$brand: #085afb;
/* SwiftUI */
Color(red: 0.031, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#085afb")Accessibility — WCAG contrast
Aa
#085afb on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085afb on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.3%
Blue98.4%
CMYK percentages
Cyan96.8%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#085afb text on a black background
contrast 3.87:1
Card sample
#085afb text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085afb;
Background color
Panel with #085afb background
background-color: #085afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085afb; background: linear-gradient(135deg, #085afb, #5808FB);