#0475df
a dark, electric blue · cool · closest name: dodgerblue
RGB
4, 117, 223
HSL
209°, 97%, 45%
CMYK
98, 48, 0, 13
Luminance
0.1808
Every format
| HEX | #0475df |
| RGB | rgb(4, 117, 223) |
| HSL | hsl(209, 97%, 45%) |
| CMYK | cmyk(98%, 48%, 0%, 13%) |
| LAB | lab(49.6 13.3 -61.4) |
| LCH | lch(49.6 62.8 282.3) |
| OKLCH | oklch(0.569 0.183 254.6) |
Copy-ready code
/* CSS */
color: #0475df;
background-color: #0475df;
/* Tailwind (arbitrary) */
class="text-[#0475df] bg-[#0475df]"
/* SCSS */
$brand: #0475df;
/* SwiftUI */
Color(red: 0.016, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#0475df")Accessibility — WCAG contrast
Aa
#0475df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0475df on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green45.9%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0475df text on a black background
contrast 4.62:1
Card sample
#0475df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0475df;
Background color
Panel with #0475df background
background-color: #0475df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0475df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0475df; background: linear-gradient(135deg, #0475df, #2504DF);