#005fba
a dark, electric blue · cool · closest name: royalblue
RGB
0, 95, 186
HSL
209°, 100%, 37%
CMYK
100, 49, 0, 27
Luminance
0.1173
Every format
| HEX | #005fba |
| RGB | rgb(0, 95, 186) |
| HSL | hsl(209, 100%, 37%) |
| CMYK | cmyk(100%, 49%, 0%, 27%) |
| LAB | lab(40.8 12.6 -54.4) |
| LCH | lch(40.8 55.8 283.0) |
| OKLCH | oklch(0.493 0.162 255.0) |
Copy-ready code
/* CSS */
color: #005fba;
background-color: #005fba;
/* Tailwind (arbitrary) */
class="text-[#005fba] bg-[#005fba]"
/* SCSS */
$brand: #005fba;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#005fba")Accessibility — WCAG contrast
Aa
#005fba on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fba on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#005fba text on a black background
contrast 3.35:1
Card sample
#005fba text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fba;
Background color
Panel with #005fba background
background-color: #005fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fba; background: linear-gradient(135deg, #005fba, #1D00BA);