#0860cf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 96, 207
HSL
214°, 93%, 42%
CMYK
96, 54, 0, 19
Luminance
0.1292
Every format
| HEX | #0860cf |
| RGB | rgb(8, 96, 207) |
| HSL | hsl(214, 93%, 42%) |
| CMYK | cmyk(96%, 54%, 0%, 19%) |
| LAB | lab(42.6 20.6 -63.5) |
| LCH | lch(42.6 66.8 288.0) |
| OKLCH | oklch(0.512 0.187 258.3) |
Copy-ready code
/* CSS */
color: #0860cf;
background-color: #0860cf;
/* Tailwind (arbitrary) */
class="text-[#0860cf] bg-[#0860cf]"
/* SCSS */
$brand: #0860cf;
/* SwiftUI */
Color(red: 0.031, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#0860cf")Accessibility — WCAG contrast
Aa
#0860cf on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0860cf on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green37.6%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0860cf text on a black background
contrast 3.58:1
Card sample
#0860cf text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0860cf;
Background color
Panel with #0860cf background
background-color: #0860cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0860cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0860cf; background: linear-gradient(135deg, #0860cf, #3508CF);