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