#06174c
a deep, electric blue · warm · closest name: midnightblue
RGB
6, 23, 76
HSL
225°, 85%, 16%
CMYK
92, 70, 0, 70
Luminance
0.0117
Every format
| HEX | #06174c |
| RGB | rgb(6, 23, 76) |
| HSL | hsl(225, 85%, 16%) |
| CMYK | cmyk(92%, 70%, 0%, 70%) |
| LAB | lab(10.4 16.8 -34.6) |
| LCH | lch(10.4 38.4 295.9) |
| OKLCH | oklch(0.234 0.101 265.0) |
Copy-ready code
/* CSS */
color: #06174c;
background-color: #06174c;
/* Tailwind (arbitrary) */
class="text-[#06174c] bg-[#06174c]"
/* SCSS */
$brand: #06174c;
/* SwiftUI */
Color(red: 0.024, green: 0.090, blue: 0.298)
/* Android */
Color.parseColor("#06174c")Accessibility — WCAG contrast
Aa
#06174c on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06174c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green9.0%
Blue29.8%
CMYK percentages
Cyan92.1%
Magenta69.7%
Yellow0.0%
Key (black)70.2%
Color previews
#06174c text on a black background
contrast 1.23:1
Card sample
#06174c text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06174c;
Background color
Panel with #06174c background
background-color: #06174c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06174c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 23, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 23, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06174c; background: linear-gradient(135deg, #06174c, #24064C);