#007ab8
a dark, electric blue · cool · closest name: steelblue
RGB
0, 122, 184
HSL
200°, 100%, 36%
CMYK
100, 34, 0, 28
Luminance
0.1738
Every format
| HEX | #007ab8 |
| RGB | rgb(0, 122, 184) |
| HSL | hsl(200, 100%, 36%) |
| CMYK | cmyk(100%, 34%, 0%, 28%) |
| LAB | lab(48.7 -5.2 -40.5) |
| LCH | lch(48.7 40.8 262.7) |
| OKLCH | oklch(0.555 0.131 241.7) |
Copy-ready code
/* CSS */
color: #007ab8;
background-color: #007ab8;
/* Tailwind (arbitrary) */
class="text-[#007ab8] bg-[#007ab8]"
/* SCSS */
$brand: #007ab8;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.722)
/* Android */
Color.parseColor("#007ab8")Accessibility — WCAG contrast
Aa
#007ab8 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007ab8 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue72.2%
CMYK percentages
Cyan100.0%
Magenta33.7%
Yellow0.0%
Key (black)27.8%
Color previews
#007ab8 text on a black background
contrast 4.48:1
Card sample
#007ab8 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ab8;
Background color
Panel with #007ab8 background
background-color: #007ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ab8; background: linear-gradient(135deg, #007ab8, #0100B8);