#085afd
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 90, 253
HSL
220°, 98%, 51%
CMYK
97, 64, 0, 1
Luminance
0.1446
Every format
| HEX | #085afd |
| RGB | rgb(8, 90, 253) |
| HSL | hsl(220, 98%, 51%) |
| CMYK | cmyk(97%, 64%, 0%, 1%) |
| LAB | lab(44.9 42.2 -85.9) |
| LCH | lch(44.9 95.7 296.2) |
| OKLCH | oklch(0.541 0.251 262.5) |
Copy-ready code
/* CSS */
color: #085afd;
background-color: #085afd;
/* Tailwind (arbitrary) */
class="text-[#085afd] bg-[#085afd]"
/* SCSS */
$brand: #085afd;
/* SwiftUI */
Color(red: 0.031, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#085afd")Accessibility — WCAG contrast
Aa
#085afd on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085afd on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.3%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#085afd text on a black background
contrast 3.89:1
Card sample
#085afd text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085afd;
Background color
Panel with #085afd background
background-color: #085afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085afd; background: linear-gradient(135deg, #085afd, #5908FD);