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