#443388
a dark, vivid blue · warm · closest name: midnightblue
RGB
68, 51, 136
HSL
252°, 46%, 37%
CMYK
50, 63, 0, 47
Luminance
0.0537
Every format
| HEX | #443388 |
| RGB | rgb(68, 51, 136) |
| HSL | hsl(252, 46%, 37%) |
| CMYK | cmyk(50%, 63%, 0%, 47%) |
| LAB | lab(27.8 30.5 -45.2) |
| LCH | lch(27.8 54.5 304.0) |
| OKLCH | oklch(0.390 0.136 287.6) |
Copy-ready code
/* CSS */
color: #443388;
background-color: #443388;
/* Tailwind (arbitrary) */
class="text-[#443388] bg-[#443388]"
/* SCSS */
$brand: #443388;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 0.533)
/* Android */
Color.parseColor("#443388")Accessibility — WCAG contrast
Aa
#443388 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443388 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta62.5%
Yellow0.0%
Key (black)46.7%
Color previews
#443388 text on a black background
contrast 2.07:1
Card sample
#443388 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443388;
Background color
Panel with #443388 background
background-color: #443388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443388; background: linear-gradient(135deg, #443388, #7D3388);