#005ac0
a dark, electric blue · cool · closest name: royalblue
RGB
0, 90, 192
HSL
212°, 100%, 38%
CMYK
100, 53, 0, 25
Luminance
0.1112
Every format
| HEX | #005ac0 |
| RGB | rgb(0, 90, 192) |
| HSL | hsl(212, 100%, 38%) |
| CMYK | cmyk(100%, 53%, 0%, 25%) |
| LAB | lab(39.8 18.3 -59.5) |
| LCH | lch(39.8 62.2 287.1) |
| OKLCH | oklch(0.487 0.176 257.5) |
Copy-ready code
/* CSS */
color: #005ac0;
background-color: #005ac0;
/* Tailwind (arbitrary) */
class="text-[#005ac0] bg-[#005ac0]"
/* SCSS */
$brand: #005ac0;
/* SwiftUI */
Color(red: 0.000, green: 0.353, blue: 0.753)
/* Android */
Color.parseColor("#005ac0")Accessibility — WCAG contrast
Aa
#005ac0 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ac0 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.3%
Blue75.3%
CMYK percentages
Cyan100.0%
Magenta53.1%
Yellow0.0%
Key (black)24.7%
Color previews
#005ac0 text on a black background
contrast 3.22:1
Card sample
#005ac0 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ac0;
Background color
Panel with #005ac0 background
background-color: #005ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 90, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 90, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ac0; background: linear-gradient(135deg, #005ac0, #2600C0);