#086afd
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 106, 253
HSL
216°, 98%, 51%
CMYK
97, 58, 0, 1
Luminance
0.1745
Every format
| HEX | #086afd |
| RGB | rgb(8, 106, 253) |
| HSL | hsl(216, 98%, 51%) |
| CMYK | cmyk(97%, 58%, 0%, 1%) |
| LAB | lab(48.8 32.1 -79.4) |
| LCH | lch(48.8 85.6 292.0) |
| OKLCH | oklch(0.570 0.233 260.5) |
Copy-ready code
/* CSS */
color: #086afd;
background-color: #086afd;
/* Tailwind (arbitrary) */
class="text-[#086afd] bg-[#086afd]"
/* SCSS */
$brand: #086afd;
/* SwiftUI */
Color(red: 0.031, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#086afd")Accessibility — WCAG contrast
Aa
#086afd on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086afd on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green41.6%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#086afd text on a black background
contrast 4.49:1
Card sample
#086afd text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086afd;
Background color
Panel with #086afd background
background-color: #086afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086afd; background: linear-gradient(135deg, #086afd, #4908FD);