#443688
a dark, soft blue · warm · closest name: midnightblue
RGB
68, 54, 136
HSL
250°, 43%, 37%
CMYK
50, 60, 0, 47
Luminance
0.0564
Every format
| HEX | #443688 |
| RGB | rgb(68, 54, 136) |
| HSL | hsl(250, 43%, 37%) |
| CMYK | cmyk(50%, 60%, 0%, 47%) |
| LAB | lab(28.5 28.6 -44.0) |
| LCH | lch(28.5 52.5 303.1) |
| OKLCH | oklch(0.396 0.131 286.6) |
Copy-ready code
/* CSS */
color: #443688;
background-color: #443688;
/* Tailwind (arbitrary) */
class="text-[#443688] bg-[#443688]"
/* SCSS */
$brand: #443688;
/* SwiftUI */
Color(red: 0.267, green: 0.212, blue: 0.533)
/* Android */
Color.parseColor("#443688")Accessibility — WCAG contrast
Aa
#443688 on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443688 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green21.2%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta60.3%
Yellow0.0%
Key (black)46.7%
Color previews
#443688 text on a black background
contrast 2.13:1
Card sample
#443688 text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443688;
Background color
Panel with #443688 background
background-color: #443688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 54, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 54, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443688; background: linear-gradient(135deg, #443688, #7B3688);