#0858cd
a dark, electric blue · cool · closest name: royalblue
RGB
8, 88, 205
HSL
216°, 93%, 42%
CMYK
96, 57, 0, 20
Luminance
0.1144
Every format
| HEX | #0858cd |
| RGB | rgb(8, 88, 205) |
| HSL | hsl(216, 93%, 42%) |
| CMYK | cmyk(96%, 57%, 0%, 20%) |
| LAB | lab(40.3 25.1 -66.1) |
| LCH | lch(40.3 70.8 290.8) |
| OKLCH | oklch(0.494 0.194 259.9) |
Copy-ready code
/* CSS */
color: #0858cd;
background-color: #0858cd;
/* Tailwind (arbitrary) */
class="text-[#0858cd] bg-[#0858cd]"
/* SCSS */
$brand: #0858cd;
/* SwiftUI */
Color(red: 0.031, green: 0.345, blue: 0.804)
/* Android */
Color.parseColor("#0858cd")Accessibility — WCAG contrast
Aa
#0858cd on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0858cd on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green34.5%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta57.1%
Yellow0.0%
Key (black)19.6%
Color previews
#0858cd text on a black background
contrast 3.29:1
Card sample
#0858cd text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0858cd;
Background color
Panel with #0858cd background
background-color: #0858cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0858cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 88, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 88, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0858cd; background: linear-gradient(135deg, #0858cd, #3B08CD);