#0879df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 121, 223
HSL
209°, 93%, 45%
CMYK
96, 46, 0, 13
Luminance
0.1905
Every format
| HEX | #0879df |
| RGB | rgb(8, 121, 223) |
| HSL | hsl(209, 93%, 45%) |
| CMYK | cmyk(96%, 46%, 0%, 13%) |
| LAB | lab(50.8 10.9 -59.5) |
| LCH | lch(50.8 60.5 280.4) |
| OKLCH | oklch(0.578 0.178 253.6) |
Copy-ready code
/* CSS */
color: #0879df;
background-color: #0879df;
/* Tailwind (arbitrary) */
class="text-[#0879df] bg-[#0879df]"
/* SCSS */
$brand: #0879df;
/* SwiftUI */
Color(red: 0.031, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#0879df")Accessibility — WCAG contrast
Aa
#0879df on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0879df on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green47.5%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#0879df text on a black background
contrast 4.81:1
Card sample
#0879df text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0879df;
Background color
Panel with #0879df background
background-color: #0879df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0879df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0879df; background: linear-gradient(135deg, #0879df, #2608DF);