#005ed2
a dark, electric blue · cool · closest name: royalblue
RGB
0, 94, 210
HSL
213°, 100%, 41%
CMYK
100, 55, 0, 18
Luminance
0.1266
Every format
| HEX | #005ed2 |
| RGB | rgb(0, 94, 210) |
| HSL | hsl(213, 100%, 41%) |
| CMYK | cmyk(100%, 55%, 0%, 18%) |
| LAB | lab(42.2 22.9 -65.9) |
| LCH | lch(42.2 69.7 289.2) |
| OKLCH | oklch(0.510 0.194 258.7) |
Copy-ready code
/* CSS */
color: #005ed2;
background-color: #005ed2;
/* Tailwind (arbitrary) */
class="text-[#005ed2] bg-[#005ed2]"
/* SCSS */
$brand: #005ed2;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.824)
/* Android */
Color.parseColor("#005ed2")Accessibility — WCAG contrast
Aa
#005ed2 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ed2 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue82.4%
CMYK percentages
Cyan100.0%
Magenta55.2%
Yellow0.0%
Key (black)17.6%
Color previews
#005ed2 text on a black background
contrast 3.53:1
Card sample
#005ed2 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ed2;
Background color
Panel with #005ed2 background
background-color: #005ed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ed2; background: linear-gradient(135deg, #005ed2, #2E00D2);