#086cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 108, 253
HSL
216°, 98%, 51%
CMYK
97, 57, 0, 1
Luminance
0.1787
Every format
| HEX | #086cfd |
| RGB | rgb(8, 108, 253) |
| HSL | hsl(216, 98%, 51%) |
| CMYK | cmyk(97%, 57%, 0%, 1%) |
| LAB | lab(49.3 30.8 -78.6) |
| LCH | lch(49.3 84.4 291.4) |
| OKLCH | oklch(0.574 0.231 260.1) |
Copy-ready code
/* CSS */
color: #086cfd;
background-color: #086cfd;
/* Tailwind (arbitrary) */
class="text-[#086cfd] bg-[#086cfd]"
/* SCSS */
$brand: #086cfd;
/* SwiftUI */
Color(red: 0.031, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#086cfd")Accessibility — WCAG contrast
Aa
#086cfd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086cfd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.4%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#086cfd text on a black background
contrast 4.57:1
Card sample
#086cfd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086cfd;
Background color
Panel with #086cfd background
background-color: #086cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086cfd; background: linear-gradient(135deg, #086cfd, #4708FD);