#007ac7
a dark, electric blue · cool · closest name: steelblue
RGB
0, 122, 199
HSL
203°, 100%, 39%
CMYK
100, 39, 0, 22
Luminance
0.1804
Every format
| HEX | #007ac7 |
| RGB | rgb(0, 122, 199) |
| HSL | hsl(203, 100%, 39%) |
| CMYK | cmyk(100%, 39%, 0%, 22%) |
| LAB | lab(49.5 0.6 -47.8) |
| LCH | lch(49.5 47.8 270.8) |
| OKLCH | oklch(0.564 0.148 247.1) |
Copy-ready code
/* CSS */
color: #007ac7;
background-color: #007ac7;
/* Tailwind (arbitrary) */
class="text-[#007ac7] bg-[#007ac7]"
/* SCSS */
$brand: #007ac7;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.780)
/* Android */
Color.parseColor("#007ac7")Accessibility — WCAG contrast
Aa
#007ac7 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007ac7 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue78.0%
CMYK percentages
Cyan100.0%
Magenta38.7%
Yellow0.0%
Key (black)22.0%
Color previews
#007ac7 text on a black background
contrast 4.61:1
Card sample
#007ac7 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ac7;
Background color
Panel with #007ac7 background
background-color: #007ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ac7; background: linear-gradient(135deg, #007ac7, #0B00C7);