#0873cf
a dark, electric blue · cool · closest name: dodgerblue
RGB
8, 115, 207
HSL
208°, 93%, 42%
CMYK
96, 44, 0, 19
Luminance
0.1682
Every format
| HEX | #0873cf |
| RGB | rgb(8, 115, 207) |
| HSL | hsl(208, 93%, 42%) |
| CMYK | cmyk(96%, 44%, 0%, 19%) |
| LAB | lab(48.0 8.4 -54.8) |
| LCH | lch(48.0 55.4 278.7) |
| OKLCH | oklch(0.554 0.165 252.5) |
Copy-ready code
/* CSS */
color: #0873cf;
background-color: #0873cf;
/* Tailwind (arbitrary) */
class="text-[#0873cf] bg-[#0873cf]"
/* SCSS */
$brand: #0873cf;
/* SwiftUI */
Color(red: 0.031, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#0873cf")Accessibility — WCAG contrast
Aa
#0873cf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0873cf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.1%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0873cf text on a black background
contrast 4.36:1
Card sample
#0873cf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0873cf;
Background color
Panel with #0873cf background
background-color: #0873cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0873cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0873cf; background: linear-gradient(135deg, #0873cf, #2208CF);