#06397b
a dark, electric blue · cool · closest name: midnightblue
RGB
6, 57, 123
HSL
214°, 91%, 25%
CMYK
95, 54, 0, 52
Luminance
0.0440
Every format
| HEX | #06397b |
| RGB | rgb(6, 57, 123) |
| HSL | hsl(214, 91%, 25%) |
| CMYK | cmyk(95%, 54%, 0%, 52%) |
| LAB | lab(24.9 12.3 -41.8) |
| LCH | lch(24.9 43.6 286.4) |
| OKLCH | oklch(0.357 0.123 257.8) |
Copy-ready code
/* CSS */
color: #06397b;
background-color: #06397b;
/* Tailwind (arbitrary) */
class="text-[#06397b] bg-[#06397b]"
/* SCSS */
$brand: #06397b;
/* SwiftUI */
Color(red: 0.024, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#06397b")Accessibility — WCAG contrast
Aa
#06397b on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06397b on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green22.4%
Blue48.2%
CMYK percentages
Cyan95.1%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#06397b text on a black background
contrast 1.88:1
Card sample
#06397b text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06397b;
Background color
Panel with #06397b background
background-color: #06397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06397b; background: linear-gradient(135deg, #06397b, #21067B);