#005fda
a dark, electric blue · cool · closest name: royalblue
RGB
0, 95, 218
HSL
214°, 100%, 43%
CMYK
100, 56, 0, 15
Luminance
0.1325
Every format
| HEX | #005fda |
| RGB | rgb(0, 95, 218) |
| HSL | hsl(214, 100%, 43%) |
| CMYK | cmyk(100%, 56%, 0%, 15%) |
| LAB | lab(43.1 25.4 -69.0) |
| LCH | lch(43.1 73.5 290.2) |
| OKLCH | oklch(0.518 0.203 259.2) |
Copy-ready code
/* CSS */
color: #005fda;
background-color: #005fda;
/* Tailwind (arbitrary) */
class="text-[#005fda] bg-[#005fda]"
/* SCSS */
$brand: #005fda;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.855)
/* Android */
Color.parseColor("#005fda")Accessibility — WCAG contrast
Aa
#005fda on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fda on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue85.5%
CMYK percentages
Cyan100.0%
Magenta56.4%
Yellow0.0%
Key (black)14.5%
Color previews
#005fda text on a black background
contrast 3.65:1
Card sample
#005fda text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fda;
Background color
Panel with #005fda background
background-color: #005fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fda; background: linear-gradient(135deg, #005fda, #3200DA);