#0036bf
a dark, electric blue · cool · closest name: navy
RGB
0, 54, 191
HSL
223°, 100%, 38%
CMYK
100, 72, 0, 25
Luminance
0.0640
Every format
| HEX | #0036bf |
| RGB | rgb(0, 54, 191) |
| HSL | hsl(223, 100%, 38%) |
| CMYK | cmyk(100%, 72%, 0%, 25%) |
| LAB | lab(30.4 41.6 -74.3) |
| LCH | lch(30.4 85.1 299.3) |
| OKLCH | oklch(0.416 0.217 263.3) |
Copy-ready code
/* CSS */
color: #0036bf;
background-color: #0036bf;
/* Tailwind (arbitrary) */
class="text-[#0036bf] bg-[#0036bf]"
/* SCSS */
$brand: #0036bf;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.749)
/* Android */
Color.parseColor("#0036bf")Accessibility — WCAG contrast
Aa
#0036bf on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0036bf on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue74.9%
CMYK percentages
Cyan100.0%
Magenta71.7%
Yellow0.0%
Key (black)25.1%
Color previews
#0036bf text on a black background
contrast 2.28:1
Card sample
#0036bf text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0036bf;
Background color
Panel with #0036bf background
background-color: #0036bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0036bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0036bf; background: linear-gradient(135deg, #0036bf, #4900BF);