#443696
a dark, vivid blue · warm · closest name: midnightblue
RGB
68, 54, 150
HSL
249°, 47%, 40%
CMYK
55, 64, 0, 41
Luminance
0.0607
Every format
| HEX | #443696 |
| RGB | rgb(68, 54, 150) |
| HSL | hsl(249, 47%, 40%) |
| CMYK | cmyk(55%, 64%, 0%, 41%) |
| LAB | lab(29.6 33.1 -50.9) |
| LCH | lch(29.6 60.7 303.1) |
| OKLCH | oklch(0.407 0.150 284.1) |
Copy-ready code
/* CSS */
color: #443696;
background-color: #443696;
/* Tailwind (arbitrary) */
class="text-[#443696] bg-[#443696]"
/* SCSS */
$brand: #443696;
/* SwiftUI */
Color(red: 0.267, green: 0.212, blue: 0.588)
/* Android */
Color.parseColor("#443696")Accessibility — WCAG contrast
Aa
#443696 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443696 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green21.2%
Blue58.8%
CMYK percentages
Cyan54.7%
Magenta64.0%
Yellow0.0%
Key (black)41.2%
Color previews
#443696 text on a black background
contrast 2.21:1
Card sample
#443696 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443696;
Background color
Panel with #443696 background
background-color: #443696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 54, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 54, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443696; background: linear-gradient(135deg, #443696, #843696);