#0076ba
a dark, electric blue · cool · closest name: steelblue
RGB
0, 118, 186
HSL
202°, 100%, 37%
CMYK
100, 37, 0, 27
Luminance
0.1650
Every format
| HEX | #0076ba |
| RGB | rgb(0, 118, 186) |
| HSL | hsl(202, 100%, 37%) |
| CMYK | cmyk(100%, 37%, 0%, 27%) |
| LAB | lab(47.6 -2.0 -43.4) |
| LCH | lch(47.6 43.4 267.3) |
| OKLCH | oklch(0.546 0.137 244.8) |
Copy-ready code
/* CSS */
color: #0076ba;
background-color: #0076ba;
/* Tailwind (arbitrary) */
class="text-[#0076ba] bg-[#0076ba]"
/* SCSS */
$brand: #0076ba;
/* SwiftUI */
Color(red: 0.000, green: 0.463, blue: 0.729)
/* Android */
Color.parseColor("#0076ba")Accessibility — WCAG contrast
Aa
#0076ba on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0076ba on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.3%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta36.6%
Yellow0.0%
Key (black)27.1%
Color previews
#0076ba text on a black background
contrast 4.30:1
Card sample
#0076ba text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0076ba;
Background color
Panel with #0076ba background
background-color: #0076ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0076ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 118, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 118, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0076ba; background: linear-gradient(135deg, #0076ba, #0600BA);