#0038c4
a dark, electric blue · cool · closest name: navy
RGB
0, 56, 196
HSL
223°, 100%, 38%
CMYK
100, 71, 0, 23
Luminance
0.0681
Every format
| HEX | #0038c4 |
| RGB | rgb(0, 56, 196) |
| HSL | hsl(223, 100%, 38%) |
| CMYK | cmyk(100%, 71%, 0%, 23%) |
| LAB | lab(31.4 42.2 -75.6) |
| LCH | lch(31.4 86.5 299.2) |
| OKLCH | oklch(0.425 0.221 263.3) |
Copy-ready code
/* CSS */
color: #0038c4;
background-color: #0038c4;
/* Tailwind (arbitrary) */
class="text-[#0038c4] bg-[#0038c4]"
/* SCSS */
$brand: #0038c4;
/* SwiftUI */
Color(red: 0.000, green: 0.220, blue: 0.769)
/* Android */
Color.parseColor("#0038c4")Accessibility — WCAG contrast
Aa
#0038c4 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0038c4 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green22.0%
Blue76.9%
CMYK percentages
Cyan100.0%
Magenta71.4%
Yellow0.0%
Key (black)23.1%
Color previews
#0038c4 text on a black background
contrast 2.36:1
Card sample
#0038c4 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0038c4;
Background color
Panel with #0038c4 background
background-color: #0038c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0038c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 56, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 56, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0038c4; background: linear-gradient(135deg, #0038c4, #4B00C4);