#007ade
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 122, 222
HSL
207°, 100%, 44%
CMYK
100, 45, 0, 13
Luminance
0.1919
Every format
| HEX | #007ade |
| RGB | rgb(0, 122, 222) |
| HSL | hsl(207, 100%, 44%) |
| CMYK | cmyk(100%, 45%, 0%, 13%) |
| LAB | lab(50.9 9.7 -58.7) |
| LCH | lch(50.9 59.5 279.4) |
| OKLCH | oklch(0.579 0.177 252.7) |
Copy-ready code
/* CSS */
color: #007ade;
background-color: #007ade;
/* Tailwind (arbitrary) */
class="text-[#007ade] bg-[#007ade]"
/* SCSS */
$brand: #007ade;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#007ade")Accessibility — WCAG contrast
Aa
#007ade on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007ade on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#007ade text on a black background
contrast 4.84:1
Card sample
#007ade text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ade;
Background color
Panel with #007ade background
background-color: #007ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ade; background: linear-gradient(135deg, #007ade, #1A00DE);