#443cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 60, 223
HSL
243°, 72%, 56%
CMYK
70, 73, 0, 13
Luminance
0.0979
Every format
| HEX | #443cdf |
| RGB | rgb(68, 60, 223) |
| HSL | hsl(243, 72%, 56%) |
| CMYK | cmyk(70%, 73%, 0%, 13%) |
| LAB | lab(37.5 53.0 -81.1) |
| LCH | lch(37.5 96.9 303.2) |
| OKLCH | oklch(0.484 0.235 275.2) |
Copy-ready code
/* CSS */
color: #443cdf;
background-color: #443cdf;
/* Tailwind (arbitrary) */
class="text-[#443cdf] bg-[#443cdf]"
/* SCSS */
$brand: #443cdf;
/* SwiftUI */
Color(red: 0.267, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#443cdf")Accessibility — WCAG contrast
Aa
#443cdf on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443cdf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#443cdf text on a black background
contrast 2.96:1
Card sample
#443cdf text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443cdf;
Background color
Panel with #443cdf background
background-color: #443cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443cdf; background: linear-gradient(135deg, #443cdf, #B13CDF);