#003cd6
a dark, electric blue · cool · closest name: navy
RGB
0, 60, 214
HSL
223°, 100%, 42%
CMYK
100, 72, 0, 16
Luminance
0.0809
Every format
| HEX | #003cd6 |
| RGB | rgb(0, 60, 214) |
| HSL | hsl(223, 100%, 42%) |
| CMYK | cmyk(100%, 72%, 0%, 16%) |
| LAB | lab(34.2 46.3 -81.4) |
| LCH | lch(34.2 93.7 299.6) |
| OKLCH | oklch(0.451 0.238 263.4) |
Copy-ready code
/* CSS */
color: #003cd6;
background-color: #003cd6;
/* Tailwind (arbitrary) */
class="text-[#003cd6] bg-[#003cd6]"
/* SCSS */
$brand: #003cd6;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 0.839)
/* Android */
Color.parseColor("#003cd6")Accessibility — WCAG contrast
Aa
#003cd6 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003cd6 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue83.9%
CMYK percentages
Cyan100.0%
Magenta72.0%
Yellow0.0%
Key (black)16.1%
Color previews
#003cd6 text on a black background
contrast 2.62:1
Card sample
#003cd6 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003cd6;
Background color
Panel with #003cd6 background
background-color: #003cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003cd6; background: linear-gradient(135deg, #003cd6, #5300D6);