#0856fd
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 86, 253
HSL
221°, 98%, 51%
CMYK
97, 66, 0, 1
Luminance
0.1380
Every format
| HEX | #0856fd |
| RGB | rgb(8, 86, 253) |
| HSL | hsl(221, 98%, 51%) |
| CMYK | cmyk(97%, 66%, 0%, 1%) |
| LAB | lab(43.9 44.6 -87.4) |
| LCH | lch(43.9 98.1 297.1) |
| OKLCH | oklch(0.534 0.256 262.9) |
Copy-ready code
/* CSS */
color: #0856fd;
background-color: #0856fd;
/* Tailwind (arbitrary) */
class="text-[#0856fd] bg-[#0856fd]"
/* SCSS */
$brand: #0856fd;
/* SwiftUI */
Color(red: 0.031, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#0856fd")Accessibility — WCAG contrast
Aa
#0856fd on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0856fd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green33.7%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0856fd text on a black background
contrast 3.76:1
Card sample
#0856fd text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0856fd;
Background color
Panel with #0856fd background
background-color: #0856fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0856fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0856fd; background: linear-gradient(135deg, #0856fd, #5D08FD);