#0060aa
a dark, electric blue · cool · closest name: steelblue
RGB
0, 96, 170
HSL
206°, 100%, 33%
CMYK
100, 44, 0, 33
Luminance
0.1127
Every format
| HEX | #0060aa |
| RGB | rgb(0, 96, 170) |
| HSL | hsl(206, 100%, 33%) |
| CMYK | cmyk(100%, 44%, 0%, 33%) |
| LAB | lab(40.0 5.3 -46.2) |
| LCH | lch(40.0 46.5 276.6) |
| OKLCH | oklch(0.484 0.140 250.9) |
Copy-ready code
/* CSS */
color: #0060aa;
background-color: #0060aa;
/* Tailwind (arbitrary) */
class="text-[#0060aa] bg-[#0060aa]"
/* SCSS */
$brand: #0060aa;
/* SwiftUI */
Color(red: 0.000, green: 0.376, blue: 0.667)
/* Android */
Color.parseColor("#0060aa")Accessibility — WCAG contrast
Aa
#0060aa on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0060aa on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.6%
Blue66.7%
CMYK percentages
Cyan100.0%
Magenta43.5%
Yellow0.0%
Key (black)33.3%
Color previews
#0060aa text on a black background
contrast 3.25:1
Card sample
#0060aa text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0060aa;
Background color
Panel with #0060aa background
background-color: #0060aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0060aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 96, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 96, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0060aa; background: linear-gradient(135deg, #0060aa, #1100AA);