#06339f
a dark, electric blue · cool · closest name: midnightblue
RGB
6, 51, 159
HSL
222°, 93%, 32%
CMYK
96, 68, 0, 38
Luminance
0.0491
Every format
| HEX | #06339f |
| RGB | rgb(6, 51, 159) |
| HSL | hsl(222, 93%, 32%) |
| CMYK | cmyk(96%, 68%, 0%, 38%) |
| LAB | lab(26.5 31.5 -61.6) |
| LCH | lch(26.5 69.2 297.1) |
| OKLCH | oklch(0.378 0.180 263.2) |
Copy-ready code
/* CSS */
color: #06339f;
background-color: #06339f;
/* Tailwind (arbitrary) */
class="text-[#06339f] bg-[#06339f]"
/* SCSS */
$brand: #06339f;
/* SwiftUI */
Color(red: 0.024, green: 0.200, blue: 0.624)
/* Android */
Color.parseColor("#06339f")Accessibility — WCAG contrast
Aa
#06339f on white: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06339f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green20.0%
Blue62.4%
CMYK percentages
Cyan96.2%
Magenta67.9%
Yellow0.0%
Key (black)37.6%
Color previews
#06339f text on a black background
contrast 1.98:1
Card sample
#06339f text on a white background
contrast 10.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06339f;
Background color
Panel with #06339f background
background-color: #06339f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06339f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 51, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 51, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06339f; background: linear-gradient(135deg, #06339f, #3F069F);