#0876cf
a dark, electric blue · cool · closest name: dodgerblue
RGB
8, 118, 207
HSL
207°, 93%, 42%
CMYK
96, 43, 0, 19
Luminance
0.1751
Every format
| HEX | #0876cf |
| RGB | rgb(8, 118, 207) |
| HSL | hsl(207, 93%, 42%) |
| CMYK | cmyk(96%, 43%, 0%, 19%) |
| LAB | lab(48.9 6.5 -53.4) |
| LCH | lch(48.9 53.8 277.0) |
| OKLCH | oklch(0.560 0.162 251.4) |
Copy-ready code
/* CSS */
color: #0876cf;
background-color: #0876cf;
/* Tailwind (arbitrary) */
class="text-[#0876cf] bg-[#0876cf]"
/* SCSS */
$brand: #0876cf;
/* SwiftUI */
Color(red: 0.031, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#0876cf")Accessibility — WCAG contrast
Aa
#0876cf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0876cf on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green46.3%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0876cf text on a black background
contrast 4.50:1
Card sample
#0876cf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0876cf;
Background color
Panel with #0876cf background
background-color: #0876cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0876cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0876cf; background: linear-gradient(135deg, #0876cf, #1F08CF);