#003cdf
a dark, electric blue · cool · closest name: navy
RGB
0, 60, 223
HSL
224°, 100%, 44%
CMYK
100, 73, 0, 13
Luminance
0.0856
Every format
| HEX | #003cdf |
| RGB | rgb(0, 60, 223) |
| HSL | hsl(224, 100%, 44%) |
| CMYK | cmyk(100%, 73%, 0%, 13%) |
| LAB | lab(35.1 49.5 -85.0) |
| LCH | lch(35.1 98.3 300.2) |
| OKLCH | oklch(0.461 0.248 263.6) |
Copy-ready code
/* CSS */
color: #003cdf;
background-color: #003cdf;
/* Tailwind (arbitrary) */
class="text-[#003cdf] bg-[#003cdf]"
/* SCSS */
$brand: #003cdf;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#003cdf")Accessibility — WCAG contrast
Aa
#003cdf on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003cdf on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#003cdf text on a black background
contrast 2.71:1
Card sample
#003cdf text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003cdf;
Background color
Panel with #003cdf background
background-color: #003cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003cdf; background: linear-gradient(135deg, #003cdf, #5900DF);