#444abb
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 74, 187
HSL
237°, 47%, 50%
CMYK
64, 60, 0, 27
Luminance
0.0971
Every format
| HEX | #444abb |
| RGB | rgb(68, 74, 187) |
| HSL | hsl(237, 47%, 50%) |
| CMYK | cmyk(64%, 60%, 0%, 27%) |
| LAB | lab(37.3 33.0 -60.4) |
| LCH | lch(37.3 68.8 298.6) |
| OKLCH | oklch(0.473 0.175 275.2) |
Copy-ready code
/* CSS */
color: #444abb;
background-color: #444abb;
/* Tailwind (arbitrary) */
class="text-[#444abb] bg-[#444abb]"
/* SCSS */
$brand: #444abb;
/* SwiftUI */
Color(red: 0.267, green: 0.290, blue: 0.733)
/* Android */
Color.parseColor("#444abb")Accessibility — WCAG contrast
Aa
#444abb on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444abb on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green29.0%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta60.4%
Yellow0.0%
Key (black)26.7%
Color previews
#444abb text on a black background
contrast 2.94:1
Card sample
#444abb text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444abb;
Background color
Panel with #444abb background
background-color: #444abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 74, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 74, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444abb; background: linear-gradient(135deg, #444abb, #8D44BB);