#06063b
a deep, electric blue · warm · closest name: midnightblue
RGB
6, 6, 59
HSL
240°, 82%, 13%
CMYK
90, 90, 0, 77
Luminance
0.0048
Every format
| HEX | #06063b |
| RGB | rgb(6, 6, 59) |
| HSL | hsl(240, 82%, 13%) |
| CMYK | cmyk(90%, 90%, 0%, 77%) |
| LAB | lab(4.4 19.1 -32.3) |
| LCH | lch(4.4 37.5 300.5) |
| OKLCH | oklch(0.179 0.097 270.9) |
Copy-ready code
/* CSS */
color: #06063b;
background-color: #06063b;
/* Tailwind (arbitrary) */
class="text-[#06063b] bg-[#06063b]"
/* SCSS */
$brand: #06063b;
/* SwiftUI */
Color(red: 0.024, green: 0.024, blue: 0.231)
/* Android */
Color.parseColor("#06063b")Accessibility — WCAG contrast
Aa
#06063b on white: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06063b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.4%
Blue23.1%
CMYK percentages
Cyan89.8%
Magenta89.8%
Yellow0.0%
Key (black)76.9%
Color previews
#06063b text on a black background
contrast 1.10:1
Card sample
#06063b text on a white background
contrast 19.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06063b;
Background color
Panel with #06063b background
background-color: #06063b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06063b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 6, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 6, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06063b; background: linear-gradient(135deg, #06063b, #29063B);