#0484df
a dark, electric blue · cool · closest name: dodgerblue
RGB
4, 132, 223
HSL
205°, 97%, 45%
CMYK
98, 41, 0, 13
Luminance
0.2186
Every format
| HEX | #0484df |
| RGB | rgb(4, 132, 223) |
| HSL | hsl(205, 97%, 45%) |
| CMYK | cmyk(98%, 41%, 0%, 13%) |
| LAB | lab(53.9 4.0 -54.5) |
| LCH | lch(53.9 54.6 274.2) |
| OKLCH | oklch(0.602 0.167 249.4) |
Copy-ready code
/* CSS */
color: #0484df;
background-color: #0484df;
/* Tailwind (arbitrary) */
class="text-[#0484df] bg-[#0484df]"
/* SCSS */
$brand: #0484df;
/* SwiftUI */
Color(red: 0.016, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#0484df")Accessibility — WCAG contrast
Aa
#0484df on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0484df on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green51.8%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0484df text on a black background
contrast 5.37:1
Card sample
#0484df text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0484df;
Background color
Panel with #0484df background
background-color: #0484df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0484df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0484df; background: linear-gradient(135deg, #0484df, #1604DF);