#005cb2
a dark, electric blue · cool · closest name: royalblue
RGB
0, 92, 178
HSL
209°, 100%, 35%
CMYK
100, 48, 0, 30
Luminance
0.1087
Every format
| HEX | #005cb2 |
| RGB | rgb(0, 92, 178) |
| HSL | hsl(209, 100%, 35%) |
| CMYK | cmyk(100%, 48%, 0%, 30%) |
| LAB | lab(39.4 11.3 -52.0) |
| LCH | lch(39.4 53.1 282.2) |
| OKLCH | oklch(0.480 0.155 254.5) |
Copy-ready code
/* CSS */
color: #005cb2;
background-color: #005cb2;
/* Tailwind (arbitrary) */
class="text-[#005cb2] bg-[#005cb2]"
/* SCSS */
$brand: #005cb2;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.698)
/* Android */
Color.parseColor("#005cb2")Accessibility — WCAG contrast
Aa
#005cb2 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cb2 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue69.8%
CMYK percentages
Cyan100.0%
Magenta48.3%
Yellow0.0%
Key (black)30.2%
Color previews
#005cb2 text on a black background
contrast 3.17:1
Card sample
#005cb2 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cb2;
Background color
Panel with #005cb2 background
background-color: #005cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cb2; background: linear-gradient(135deg, #005cb2, #1B00B2);