#0060c5
a dark, electric blue · cool · closest name: royalblue
RGB
0, 96, 197
HSL
211°, 100%, 39%
CMYK
100, 51, 0, 23
Luminance
0.1240
Every format
| HEX | #0060c5 |
| RGB | rgb(0, 96, 197) |
| HSL | hsl(211, 100%, 39%) |
| CMYK | cmyk(100%, 51%, 0%, 23%) |
| LAB | lab(41.8 16.4 -59.0) |
| LCH | lch(41.8 61.3 285.5) |
| OKLCH | oklch(0.503 0.175 256.5) |
Copy-ready code
/* CSS */
color: #0060c5;
background-color: #0060c5;
/* Tailwind (arbitrary) */
class="text-[#0060c5] bg-[#0060c5]"
/* SCSS */
$brand: #0060c5;
/* SwiftUI */
Color(red: 0.000, green: 0.376, blue: 0.773)
/* Android */
Color.parseColor("#0060c5")Accessibility — WCAG contrast
Aa
#0060c5 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0060c5 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.6%
Blue77.3%
CMYK percentages
Cyan100.0%
Magenta51.3%
Yellow0.0%
Key (black)22.7%
Color previews
#0060c5 text on a black background
contrast 3.48:1
Card sample
#0060c5 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0060c5;
Background color
Panel with #0060c5 background
background-color: #0060c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0060c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 96, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 96, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0060c5; background: linear-gradient(135deg, #0060c5, #2300C5);