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