#005dbf
a dark, electric blue · cool · closest name: royalblue
RGB
0, 93, 191
HSL
211°, 100%, 38%
CMYK
100, 51, 0, 25
Luminance
0.1159
Every format
| HEX | #005dbf |
| RGB | rgb(0, 93, 191) |
| HSL | hsl(211, 100%, 38%) |
| CMYK | cmyk(100%, 51%, 0%, 25%) |
| LAB | lab(40.5 15.9 -57.6) |
| LCH | lch(40.5 59.8 285.4) |
| OKLCH | oklch(0.492 0.171 256.5) |
Copy-ready code
/* CSS */
color: #005dbf;
background-color: #005dbf;
/* Tailwind (arbitrary) */
class="text-[#005dbf] bg-[#005dbf]"
/* SCSS */
$brand: #005dbf;
/* SwiftUI */
Color(red: 0.000, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#005dbf")Accessibility — WCAG contrast
Aa
#005dbf on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005dbf on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.5%
Blue74.9%
CMYK percentages
Cyan100.0%
Magenta51.3%
Yellow0.0%
Key (black)25.1%
Color previews
#005dbf text on a black background
contrast 3.32:1
Card sample
#005dbf text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005dbf;
Background color
Panel with #005dbf background
background-color: #005dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005dbf; background: linear-gradient(135deg, #005dbf, #2200BF);