#0484eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
4, 132, 235
HSL
207°, 97%, 47%
CMYK
98, 44, 0, 8
Luminance
0.2253
Every format
| HEX | #0484eb |
| RGB | rgb(4, 132, 235) |
| HSL | hsl(207, 97%, 47%) |
| CMYK | cmyk(98%, 44%, 0%, 8%) |
| LAB | lab(54.6 8.7 -60.0) |
| LCH | lch(54.6 60.7 278.2) |
| OKLCH | oklch(0.610 0.181 252.0) |
Copy-ready code
/* CSS */
color: #0484eb;
background-color: #0484eb;
/* Tailwind (arbitrary) */
class="text-[#0484eb] bg-[#0484eb]"
/* SCSS */
$brand: #0484eb;
/* SwiftUI */
Color(red: 0.016, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#0484eb")Accessibility — WCAG contrast
Aa
#0484eb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0484eb on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green51.8%
Blue92.2%
CMYK percentages
Cyan98.3%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#0484eb text on a black background
contrast 5.51:1
Card sample
#0484eb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0484eb;
Background color
Panel with #0484eb background
background-color: #0484eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0484eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0484eb; background: linear-gradient(135deg, #0484eb, #1E04EB);