#0871fc
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 113, 252
HSL
214°, 98%, 51%
CMYK
97, 55, 0, 1
Luminance
0.1889
Every format
| HEX | #0871fc |
| RGB | rgb(8, 113, 252) |
| HSL | hsl(214, 98%, 51%) |
| CMYK | cmyk(97%, 55%, 0%, 1%) |
| LAB | lab(50.5 27.3 -76.0) |
| LCH | lch(50.5 80.8 289.7) |
| OKLCH | oklch(0.583 0.224 259.2) |
Copy-ready code
/* CSS */
color: #0871fc;
background-color: #0871fc;
/* Tailwind (arbitrary) */
class="text-[#0871fc] bg-[#0871fc]"
/* SCSS */
$brand: #0871fc;
/* SwiftUI */
Color(red: 0.031, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#0871fc")Accessibility — WCAG contrast
Aa
#0871fc on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0871fc on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.3%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta55.2%
Yellow0.0%
Key (black)1.2%
Color previews
#0871fc text on a black background
contrast 4.78:1
Card sample
#0871fc text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0871fc;
Background color
Panel with #0871fc background
background-color: #0871fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0871fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0871fc; background: linear-gradient(135deg, #0871fc, #4208FC);