#0367af
a dark, electric blue · cool · closest name: steelblue
RGB
3, 103, 175
HSL
205°, 97%, 35%
CMYK
98, 41, 0, 31
Luminance
0.1282
Every format
| HEX | #0367af |
| RGB | rgb(3, 103, 175) |
| HSL | hsl(205, 97%, 35%) |
| CMYK | cmyk(98%, 41%, 0%, 31%) |
| LAB | lab(42.5 3.0 -45.2) |
| LCH | lch(42.5 45.3 273.8) |
| OKLCH | oklch(0.504 0.139 249.2) |
Copy-ready code
/* CSS */
color: #0367af;
background-color: #0367af;
/* Tailwind (arbitrary) */
class="text-[#0367af] bg-[#0367af]"
/* SCSS */
$brand: #0367af;
/* SwiftUI */
Color(red: 0.012, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#0367af")Accessibility — WCAG contrast
Aa
#0367af on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0367af on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.4%
Blue68.6%
CMYK percentages
Cyan98.3%
Magenta41.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0367af text on a black background
contrast 3.56:1
Card sample
#0367af text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0367af;
Background color
Panel with #0367af background
background-color: #0367af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0367af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0367af; background: linear-gradient(135deg, #0367af, #1203AF);