#0484ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
4, 132, 255
HSL
209°, 100%, 51%
CMYK
98, 48, 0, 0
Luminance
0.2375
Every format
| HEX | #0484ff |
| RGB | rgb(4, 132, 255) |
| HSL | hsl(209, 100%, 51%) |
| CMYK | cmyk(98%, 48%, 0%, 0%) |
| LAB | lab(55.8 16.4 -69.1) |
| LCH | lch(55.8 71.0 283.3) |
| OKLCH | oklch(0.624 0.206 255.3) |
Copy-ready code
/* CSS */
color: #0484ff;
background-color: #0484ff;
/* Tailwind (arbitrary) */
class="text-[#0484ff] bg-[#0484ff]"
/* SCSS */
$brand: #0484ff;
/* SwiftUI */
Color(red: 0.016, green: 0.518, blue: 1.000)
/* Android */
Color.parseColor("#0484ff")Accessibility — WCAG contrast
Aa
#0484ff on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0484ff on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green51.8%
Blue100.0%
CMYK percentages
Cyan98.4%
Magenta48.2%
Yellow0.0%
Key (black)0.0%
Color previews
#0484ff text on a black background
contrast 5.75:1
Card sample
#0484ff text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0484ff;
Background color
Panel with #0484ff background
background-color: #0484ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0484ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 132, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 132, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0484ff; background: linear-gradient(135deg, #0484ff, #2B04FF);