#007ea3
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 126, 163
HSL
194°, 100%, 32%
CMYK
100, 23, 0, 36
Luminance
0.1757
Every format
| HEX | #007ea3 |
| RGB | rgb(0, 126, 163) |
| HSL | hsl(194, 100%, 32%) |
| CMYK | cmyk(100%, 23%, 0%, 36%) |
| LAB | lab(49.0 -15.5 -27.9) |
| LCH | lch(49.0 31.9 240.9) |
| OKLCH | oklch(0.553 0.107 227.3) |
Copy-ready code
/* CSS */
color: #007ea3;
background-color: #007ea3;
/* Tailwind (arbitrary) */
class="text-[#007ea3] bg-[#007ea3]"
/* SCSS */
$brand: #007ea3;
/* SwiftUI */
Color(red: 0.000, green: 0.494, blue: 0.639)
/* Android */
Color.parseColor("#007ea3")Accessibility — WCAG contrast
Aa
#007ea3 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007ea3 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.4%
Blue63.9%
CMYK percentages
Cyan100.0%
Magenta22.7%
Yellow0.0%
Key (black)36.1%
Color previews
#007ea3 text on a black background
contrast 4.51:1
Card sample
#007ea3 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ea3;
Background color
Panel with #007ea3 background
background-color: #007ea3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ea3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 126, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 126, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ea3; background: linear-gradient(135deg, #007ea3, #0011A3);