#442cdf
a balanced, vivid blue · warm · closest name: blue
RGB
68, 44, 223
HSL
248°, 74%, 52%
CMYK
70, 80, 0, 13
Luminance
0.0836
Every format
| HEX | #442cdf |
| RGB | rgb(68, 44, 223) |
| HSL | hsl(248, 74%, 52%) |
| CMYK | cmyk(70%, 80%, 0%, 13%) |
| LAB | lab(34.7 60.9 -85.6) |
| LCH | lch(34.7 105.1 305.4) |
| OKLCH | oklch(0.464 0.249 276.6) |
Copy-ready code
/* CSS */
color: #442cdf;
background-color: #442cdf;
/* Tailwind (arbitrary) */
class="text-[#442cdf] bg-[#442cdf]"
/* SCSS */
$brand: #442cdf;
/* SwiftUI */
Color(red: 0.267, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#442cdf")Accessibility — WCAG contrast
Aa
#442cdf on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442cdf on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#442cdf text on a black background
contrast 2.67:1
Card sample
#442cdf text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442cdf;
Background color
Panel with #442cdf background
background-color: #442cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442cdf; background: linear-gradient(135deg, #442cdf, #BB2CDF);