#0986df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
9, 134, 223
HSL
205°, 92%, 46%
CMYK
96, 40, 0, 13
Luminance
0.2244
Every format
| HEX | #0986df |
| RGB | rgb(9, 134, 223) |
| HSL | hsl(205, 92%, 46%) |
| CMYK | cmyk(96%, 40%, 0%, 13%) |
| LAB | lab(54.5 3.0 -53.5) |
| LCH | lch(54.5 53.6 273.2) |
| OKLCH | oklch(0.607 0.164 248.8) |
Copy-ready code
/* CSS */
color: #0986df;
background-color: #0986df;
/* Tailwind (arbitrary) */
class="text-[#0986df] bg-[#0986df]"
/* SCSS */
$brand: #0986df;
/* SwiftUI */
Color(red: 0.035, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#0986df")Accessibility — WCAG contrast
Aa
#0986df on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0986df on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green52.5%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#0986df text on a black background
contrast 5.49:1
Card sample
#0986df text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0986df;
Background color
Panel with #0986df background
background-color: #0986df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0986df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0986df; background: linear-gradient(135deg, #0986df, #1B09DF);