#06367f
a dark, electric blue · cool · closest name: midnightblue
RGB
6, 54, 127
HSL
216°, 91%, 26%
CMYK
95, 58, 0, 50
Luminance
0.0421
Every format
| HEX | #06367f |
| RGB | rgb(6, 54, 127) |
| HSL | hsl(216, 91%, 26%) |
| CMYK | cmyk(95%, 58%, 0%, 50%) |
| LAB | lab(24.4 16.2 -45.3) |
| LCH | lch(24.4 48.1 289.7) |
| OKLCH | oklch(0.353 0.133 259.7) |
Copy-ready code
/* CSS */
color: #06367f;
background-color: #06367f;
/* Tailwind (arbitrary) */
class="text-[#06367f] bg-[#06367f]"
/* SCSS */
$brand: #06367f;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.498)
/* Android */
Color.parseColor("#06367f")Accessibility — WCAG contrast
Aa
#06367f on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06367f on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue49.8%
CMYK percentages
Cyan95.3%
Magenta57.5%
Yellow0.0%
Key (black)50.2%
Color previews
#06367f text on a black background
contrast 1.84:1
Card sample
#06367f text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06367f;
Background color
Panel with #06367f background
background-color: #06367f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06367f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06367f; background: linear-gradient(135deg, #06367f, #27067F);