#06145f
a deep, electric blue · warm · closest name: midnightblue
RGB
6, 20, 95
HSL
231°, 88%, 20%
CMYK
94, 79, 0, 63
Luminance
0.0137
Every format
| HEX | #06145f |
| RGB | rgb(6, 20, 95) |
| HSL | hsl(231, 88%, 20%) |
| CMYK | cmyk(94%, 79%, 0%, 63%) |
| LAB | lab(11.7 27.0 -45.2) |
| LCH | lch(11.7 52.7 300.8) |
| OKLCH | oklch(0.250 0.132 266.2) |
Copy-ready code
/* CSS */
color: #06145f;
background-color: #06145f;
/* Tailwind (arbitrary) */
class="text-[#06145f] bg-[#06145f]"
/* SCSS */
$brand: #06145f;
/* SwiftUI */
Color(red: 0.024, green: 0.078, blue: 0.373)
/* Android */
Color.parseColor("#06145f")Accessibility — WCAG contrast
Aa
#06145f on white: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06145f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green7.8%
Blue37.3%
CMYK percentages
Cyan93.7%
Magenta78.9%
Yellow0.0%
Key (black)62.7%
Color previews
#06145f text on a black background
contrast 1.27:1
Card sample
#06145f text on a white background
contrast 16.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06145f;
Background color
Panel with #06145f background
background-color: #06145f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06145f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 20, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 20, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06145f; background: linear-gradient(135deg, #06145f, #33065F);