#007abc
a dark, electric blue · cool · closest name: steelblue
RGB
0, 122, 188
HSL
201°, 100%, 37%
CMYK
100, 35, 0, 26
Luminance
0.1755
Every format
| HEX | #007abc |
| RGB | rgb(0, 122, 188) |
| HSL | hsl(201, 100%, 37%) |
| CMYK | cmyk(100%, 35%, 0%, 26%) |
| LAB | lab(48.9 -3.7 -42.4) |
| LCH | lch(48.9 42.6 265.1) |
| OKLCH | oklch(0.557 0.136 243.3) |
Copy-ready code
/* CSS */
color: #007abc;
background-color: #007abc;
/* Tailwind (arbitrary) */
class="text-[#007abc] bg-[#007abc]"
/* SCSS */
$brand: #007abc;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.737)
/* Android */
Color.parseColor("#007abc")Accessibility — WCAG contrast
Aa
#007abc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007abc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue73.7%
CMYK percentages
Cyan100.0%
Magenta35.1%
Yellow0.0%
Key (black)26.3%
Color previews
#007abc text on a black background
contrast 4.51:1
Card sample
#007abc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007abc;
Background color
Panel with #007abc background
background-color: #007abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007abc; background: linear-gradient(135deg, #007abc, #0300BC);