#443dfd
a balanced, electric blue · warm · closest name: blue
RGB
68, 61, 253
HSL
242°, 98%, 62%
CMYK
73, 76, 0, 1
Luminance
0.1166
Every format
| HEX | #443dfd |
| RGB | rgb(68, 61, 253) |
| HSL | hsl(242, 98%, 62%) |
| CMYK | cmyk(73%, 76%, 0%, 1%) |
| LAB | lab(40.7 61.7 -92.8) |
| LCH | lch(40.7 111.4 303.6) |
| OKLCH | oklch(0.515 0.269 273.2) |
Copy-ready code
/* CSS */
color: #443dfd;
background-color: #443dfd;
/* Tailwind (arbitrary) */
class="text-[#443dfd] bg-[#443dfd]"
/* SCSS */
$brand: #443dfd;
/* SwiftUI */
Color(red: 0.267, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#443dfd")Accessibility — WCAG contrast
Aa
#443dfd on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#443dfd on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green23.9%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#443dfd text on a black background
contrast 3.33:1
Card sample
#443dfd text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443dfd;
Background color
Panel with #443dfd background
background-color: #443dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443dfd; background: linear-gradient(135deg, #443dfd, #C43DFD);