#005cdf
a dark, electric blue · cool · closest name: royalblue
RGB
0, 92, 223
HSL
215°, 100%, 44%
CMYK
100, 59, 0, 13
Luminance
0.1298
Every format
| HEX | #005cdf |
| RGB | rgb(0, 92, 223) |
| HSL | hsl(215, 100%, 44%) |
| CMYK | cmyk(100%, 59%, 0%, 13%) |
| LAB | lab(42.7 29.3 -72.5) |
| LCH | lch(42.7 78.2 292.0) |
| OKLCH | oklch(0.517 0.213 260.2) |
Copy-ready code
/* CSS */
color: #005cdf;
background-color: #005cdf;
/* Tailwind (arbitrary) */
class="text-[#005cdf] bg-[#005cdf]"
/* SCSS */
$brand: #005cdf;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#005cdf")Accessibility — WCAG contrast
Aa
#005cdf on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cdf on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#005cdf text on a black background
contrast 3.60:1
Card sample
#005cdf text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cdf;
Background color
Panel with #005cdf background
background-color: #005cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cdf; background: linear-gradient(135deg, #005cdf, #3800DF);