#005fbc
a dark, electric blue · cool · closest name: royalblue
RGB
0, 95, 188
HSL
210°, 100%, 37%
CMYK
100, 50, 0, 26
Luminance
0.1182
Every format
| HEX | #005fbc |
| RGB | rgb(0, 95, 188) |
| HSL | hsl(210, 100%, 37%) |
| CMYK | cmyk(100%, 50%, 0%, 26%) |
| LAB | lab(40.9 13.4 -55.3) |
| LCH | lch(40.9 56.9 283.6) |
| OKLCH | oklch(0.494 0.165 255.3) |
Copy-ready code
/* CSS */
color: #005fbc;
background-color: #005fbc;
/* Tailwind (arbitrary) */
class="text-[#005fbc] bg-[#005fbc]"
/* SCSS */
$brand: #005fbc;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.737)
/* Android */
Color.parseColor("#005fbc")Accessibility — WCAG contrast
Aa
#005fbc on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fbc on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue73.7%
CMYK percentages
Cyan100.0%
Magenta49.5%
Yellow0.0%
Key (black)26.3%
Color previews
#005fbc text on a black background
contrast 3.36:1
Card sample
#005fbc text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fbc;
Background color
Panel with #005fbc background
background-color: #005fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fbc; background: linear-gradient(135deg, #005fbc, #1E00BC);