#007df1
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 125, 241
HSL
209°, 100%, 47%
CMYK
100, 48, 0, 6
Luminance
0.2102
Every format
| HEX | #007df1 |
| RGB | rgb(0, 125, 241) |
| HSL | hsl(209, 100%, 47%) |
| CMYK | cmyk(100%, 48%, 0%, 6%) |
| LAB | lab(53.0 15.2 -66.0) |
| LCH | lch(53.0 67.7 283.0) |
| OKLCH | oklch(0.599 0.197 255.0) |
Copy-ready code
/* CSS */
color: #007df1;
background-color: #007df1;
/* Tailwind (arbitrary) */
class="text-[#007df1] bg-[#007df1]"
/* SCSS */
$brand: #007df1;
/* SwiftUI */
Color(red: 0.000, green: 0.490, blue: 0.945)
/* Android */
Color.parseColor("#007df1")Accessibility — WCAG contrast
Aa
#007df1 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007df1 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.0%
Blue94.5%
CMYK percentages
Cyan100.0%
Magenta48.1%
Yellow0.0%
Key (black)5.5%
Color previews
#007df1 text on a black background
contrast 5.20:1
Card sample
#007df1 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007df1;
Background color
Panel with #007df1 background
background-color: #007df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 125, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 125, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007df1; background: linear-gradient(135deg, #007df1, #2400F1);