#43367c
a dark, soft blue · warm · closest name: midnightblue
RGB
67, 54, 124
HSL
251°, 39%, 35%
CMYK
46, 57, 0, 51
Luminance
0.0529
Every format
| HEX | #43367c |
| RGB | rgb(67, 54, 124) |
| HSL | hsl(251, 39%, 35%) |
| CMYK | cmyk(46%, 57%, 0%, 51%) |
| LAB | lab(27.5 24.6 -38.1) |
| LCH | lch(27.5 45.3 302.9) |
| OKLCH | oklch(0.385 0.114 288.4) |
Copy-ready code
/* CSS */
color: #43367c;
background-color: #43367c;
/* Tailwind (arbitrary) */
class="text-[#43367c] bg-[#43367c]"
/* SCSS */
$brand: #43367c;
/* SwiftUI */
Color(red: 0.263, green: 0.212, blue: 0.486)
/* Android */
Color.parseColor("#43367c")Accessibility — WCAG contrast
Aa
#43367c on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43367c on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green21.2%
Blue48.6%
CMYK percentages
Cyan46.0%
Magenta56.5%
Yellow0.0%
Key (black)51.4%
Color previews
#43367c text on a black background
contrast 2.06:1
Card sample
#43367c text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43367c;
Background color
Panel with #43367c background
background-color: #43367c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43367c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 54, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 54, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43367c; background: linear-gradient(135deg, #43367c, #72367C);