#0874df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 116, 223
HSL
210°, 93%, 45%
CMYK
96, 48, 0, 13
Luminance
0.1787
Every format
| HEX | #0874df |
| RGB | rgb(8, 116, 223) |
| HSL | hsl(210, 93%, 45%) |
| CMYK | cmyk(96%, 48%, 0%, 13%) |
| LAB | lab(49.3 14.1 -61.8) |
| LCH | lch(49.3 63.4 282.8) |
| OKLCH | oklch(0.567 0.184 255.1) |
Copy-ready code
/* CSS */
color: #0874df;
background-color: #0874df;
/* Tailwind (arbitrary) */
class="text-[#0874df] bg-[#0874df]"
/* SCSS */
$brand: #0874df;
/* SwiftUI */
Color(red: 0.031, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#0874df")Accessibility — WCAG contrast
Aa
#0874df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0874df on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.5%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0874df text on a black background
contrast 4.57:1
Card sample
#0874df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0874df;
Background color
Panel with #0874df background
background-color: #0874df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0874df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0874df; background: linear-gradient(135deg, #0874df, #2B08DF);