#005cca
a dark, electric blue · cool · closest name: royalblue
RGB
0, 92, 202
HSL
213°, 100%, 40%
CMYK
100, 55, 0, 21
Luminance
0.1192
Every format
| HEX | #005cca |
| RGB | rgb(0, 92, 202) |
| HSL | hsl(213, 100%, 40%) |
| CMYK | cmyk(100%, 55%, 0%, 21%) |
| LAB | lab(41.1 21.0 -63.1) |
| LCH | lch(41.1 66.6 288.4) |
| OKLCH | oklch(0.499 0.186 258.2) |
Copy-ready code
/* CSS */
color: #005cca;
background-color: #005cca;
/* Tailwind (arbitrary) */
class="text-[#005cca] bg-[#005cca]"
/* SCSS */
$brand: #005cca;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.792)
/* Android */
Color.parseColor("#005cca")Accessibility — WCAG contrast
Aa
#005cca on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cca on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue79.2%
CMYK percentages
Cyan100.0%
Magenta54.5%
Yellow0.0%
Key (black)20.8%
Color previews
#005cca text on a black background
contrast 3.38:1
Card sample
#005cca text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cca;
Background color
Panel with #005cca background
background-color: #005cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cca; background: linear-gradient(135deg, #005cca, #2B00CA);