#06003f
a deep, electric blue · warm · closest name: midnightblue
RGB
6, 0, 63
HSL
246°, 100%, 12%
CMYK
91, 100, 0, 75
Luminance
0.0040
Every format
| HEX | #06003f |
| RGB | rgb(6, 0, 63) |
| HSL | hsl(246, 100%, 12%) |
| CMYK | cmyk(91%, 100%, 0%, 75%) |
| LAB | lab(3.6 24.1 -36.5) |
| LCH | lch(3.6 43.8 303.4) |
| OKLCH | oklch(0.172 0.112 271.3) |
Copy-ready code
/* CSS */
color: #06003f;
background-color: #06003f;
/* Tailwind (arbitrary) */
class="text-[#06003f] bg-[#06003f]"
/* SCSS */
$brand: #06003f;
/* SwiftUI */
Color(red: 0.024, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#06003f")Accessibility — WCAG contrast
Aa
#06003f on white: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06003f on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green0.0%
Blue24.7%
CMYK percentages
Cyan90.5%
Magenta100.0%
Yellow0.0%
Key (black)75.3%
Color previews
#06003f text on a black background
contrast 1.08:1
Card sample
#06003f text on a white background
contrast 19.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06003f;
Background color
Panel with #06003f background
background-color: #06003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06003f; background: linear-gradient(135deg, #06003f, #30003F);