#086df1
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 109, 241
HSL
214°, 94%, 49%
CMYK
97, 55, 0, 6
Luminance
0.1734
Every format
| HEX | #086df1 |
| RGB | rgb(8, 109, 241) |
| HSL | hsl(214, 94%, 49%) |
| CMYK | cmyk(97%, 55%, 0%, 6%) |
| LAB | lab(48.7 25.6 -72.9) |
| LCH | lch(48.7 77.3 289.3) |
| OKLCH | oklch(0.566 0.215 259.0) |
Copy-ready code
/* CSS */
color: #086df1;
background-color: #086df1;
/* Tailwind (arbitrary) */
class="text-[#086df1] bg-[#086df1]"
/* SCSS */
$brand: #086df1;
/* SwiftUI */
Color(red: 0.031, green: 0.427, blue: 0.945)
/* Android */
Color.parseColor("#086df1")Accessibility — WCAG contrast
Aa
#086df1 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086df1 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.7%
Blue94.5%
CMYK percentages
Cyan96.7%
Magenta54.8%
Yellow0.0%
Key (black)5.5%
Color previews
#086df1 text on a black background
contrast 4.47:1
Card sample
#086df1 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086df1;
Background color
Panel with #086df1 background
background-color: #086df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 109, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 109, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086df1; background: linear-gradient(135deg, #086df1, #3E08F1);