#005ab2
a dark, electric blue · cool · closest name: royalblue
RGB
0, 90, 178
HSL
210°, 100%, 35%
CMYK
100, 49, 0, 30
Luminance
0.1053
Every format
| HEX | #005ab2 |
| RGB | rgb(0, 90, 178) |
| HSL | hsl(210, 100%, 35%) |
| CMYK | cmyk(100%, 49%, 0%, 30%) |
| LAB | lab(38.8 12.6 -52.9) |
| LCH | lch(38.8 54.4 283.4) |
| OKLCH | oklch(0.476 0.158 255.2) |
Copy-ready code
/* CSS */
color: #005ab2;
background-color: #005ab2;
/* Tailwind (arbitrary) */
class="text-[#005ab2] bg-[#005ab2]"
/* SCSS */
$brand: #005ab2;
/* SwiftUI */
Color(red: 0.000, green: 0.353, blue: 0.698)
/* Android */
Color.parseColor("#005ab2")Accessibility — WCAG contrast
Aa
#005ab2 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ab2 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.3%
Blue69.8%
CMYK percentages
Cyan100.0%
Magenta49.4%
Yellow0.0%
Key (black)30.2%
Color previews
#005ab2 text on a black background
contrast 3.11:1
Card sample
#005ab2 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ab2;
Background color
Panel with #005ab2 background
background-color: #005ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 90, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 90, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ab2; background: linear-gradient(135deg, #005ab2, #1D00B2);