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