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