#444fbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 79, 187
HSL
235°, 47%, 50%
CMYK
64, 58, 0, 27
Luminance
0.1041
Every format
| HEX | #444fbb |
| RGB | rgb(68, 79, 187) |
| HSL | hsl(235, 47%, 50%) |
| CMYK | cmyk(64%, 58%, 0%, 27%) |
| LAB | lab(38.6 29.8 -58.4) |
| LCH | lch(38.6 65.6 297.0) |
| OKLCH | oklch(0.482 0.168 273.8) |
Copy-ready code
/* CSS */
color: #444fbb;
background-color: #444fbb;
/* Tailwind (arbitrary) */
class="text-[#444fbb] bg-[#444fbb]"
/* SCSS */
$brand: #444fbb;
/* SwiftUI */
Color(red: 0.267, green: 0.310, blue: 0.733)
/* Android */
Color.parseColor("#444fbb")Accessibility — WCAG contrast
Aa
#444fbb on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#444fbb on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.0%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta57.8%
Yellow0.0%
Key (black)26.7%
Color previews
#444fbb text on a black background
contrast 3.08:1
Card sample
#444fbb text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444fbb;
Background color
Panel with #444fbb background
background-color: #444fbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444fbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 79, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 79, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444fbb; background: linear-gradient(135deg, #444fbb, #8844BB);