#0482df
a dark, electric blue · cool · closest name: dodgerblue
RGB
4, 130, 223
HSL
206°, 97%, 45%
CMYK
98, 42, 0, 13
Luminance
0.2132
Every format
| HEX | #0482df |
| RGB | rgb(4, 130, 223) |
| HSL | hsl(206, 97%, 45%) |
| CMYK | cmyk(98%, 42%, 0%, 13%) |
| LAB | lab(53.3 5.3 -55.4) |
| LCH | lch(53.3 55.6 275.4) |
| OKLCH | oklch(0.598 0.169 250.2) |
Copy-ready code
/* CSS */
color: #0482df;
background-color: #0482df;
/* Tailwind (arbitrary) */
class="text-[#0482df] bg-[#0482df]"
/* SCSS */
$brand: #0482df;
/* SwiftUI */
Color(red: 0.016, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#0482df")Accessibility — WCAG contrast
Aa
#0482df on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0482df on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green51.0%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#0482df text on a black background
contrast 5.26:1
Card sample
#0482df text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0482df;
Background color
Panel with #0482df background
background-color: #0482df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0482df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0482df; background: linear-gradient(135deg, #0482df, #1804DF);