#085cfb
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 92, 251
HSL
219°, 97%, 51%
CMYK
97, 63, 0, 2
Luminance
0.1467
Every format
| HEX | #085cfb |
| RGB | rgb(8, 92, 251) |
| HSL | hsl(219, 97%, 51%) |
| CMYK | cmyk(97%, 63%, 0%, 2%) |
| LAB | lab(45.2 40.2 -84.3) |
| LCH | lch(45.2 93.3 295.5) |
| OKLCH | oklch(0.542 0.247 262.2) |
Copy-ready code
/* CSS */
color: #085cfb;
background-color: #085cfb;
/* Tailwind (arbitrary) */
class="text-[#085cfb] bg-[#085cfb]"
/* SCSS */
$brand: #085cfb;
/* SwiftUI */
Color(red: 0.031, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#085cfb")Accessibility — WCAG contrast
Aa
#085cfb on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085cfb on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.1%
Blue98.4%
CMYK percentages
Cyan96.8%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#085cfb text on a black background
contrast 3.93:1
Card sample
#085cfb text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085cfb;
Background color
Panel with #085cfb background
background-color: #085cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085cfb; background: linear-gradient(135deg, #085cfb, #5608FB);