#444fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 79, 223
HSL
236°, 71%, 57%
CMYK
70, 65, 0, 13
Luminance
0.1215
Every format
| HEX | #444fdf |
| RGB | rgb(68, 79, 223) |
| HSL | hsl(236, 71%, 57%) |
| CMYK | cmyk(70%, 65%, 0%, 13%) |
| LAB | lab(41.5 42.1 -74.5) |
| LCH | lch(41.5 85.6 299.5) |
| OKLCH | oklch(0.512 0.215 272.7) |
Copy-ready code
/* CSS */
color: #444fdf;
background-color: #444fdf;
/* Tailwind (arbitrary) */
class="text-[#444fdf] bg-[#444fdf]"
/* SCSS */
$brand: #444fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#444fdf")Accessibility — WCAG contrast
Aa
#444fdf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#444fdf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.0%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#444fdf text on a black background
contrast 3.43:1
Card sample
#444fdf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444fdf;
Background color
Panel with #444fdf background
background-color: #444fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444fdf; background: linear-gradient(135deg, #444fdf, #A044DF);