#0874cb
a dark, electric blue · cool · closest name: dodgerblue
RGB
8, 116, 203
HSL
207°, 92%, 41%
CMYK
96, 43, 0, 20
Luminance
0.1685
Every format
| HEX | #0874cb |
| RGB | rgb(8, 116, 203) |
| HSL | hsl(207, 92%, 41%) |
| CMYK | cmyk(96%, 43%, 0%, 20%) |
| LAB | lab(48.1 6.2 -52.4) |
| LCH | lch(48.1 52.8 276.7) |
| OKLCH | oklch(0.553 0.159 251.2) |
Copy-ready code
/* CSS */
color: #0874cb;
background-color: #0874cb;
/* Tailwind (arbitrary) */
class="text-[#0874cb] bg-[#0874cb]"
/* SCSS */
$brand: #0874cb;
/* SwiftUI */
Color(red: 0.031, green: 0.455, blue: 0.796)
/* Android */
Color.parseColor("#0874cb")Accessibility — WCAG contrast
Aa
#0874cb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0874cb on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.5%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta42.9%
Yellow0.0%
Key (black)20.4%
Color previews
#0874cb text on a black background
contrast 4.37:1
Card sample
#0874cb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0874cb;
Background color
Panel with #0874cb background
background-color: #0874cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0874cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 116, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 116, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0874cb; background: linear-gradient(135deg, #0874cb, #1E08CB);