#4444bb
a balanced, vivid blue · warm · closest name: slateblue
RGB
68, 68, 187
HSL
240°, 47%, 50%
CMYK
64, 64, 0, 27
Luminance
0.0895
Every format
| HEX | #4444bb |
| RGB | rgb(68, 68, 187) |
| HSL | hsl(240, 47%, 50%) |
| CMYK | cmyk(64%, 64%, 0%, 27%) |
| LAB | lab(35.9 36.7 -62.8) |
| LCH | lch(35.9 72.7 300.3) |
| OKLCH | oklch(0.462 0.182 276.6) |
Copy-ready code
/* CSS */
color: #4444bb;
background-color: #4444bb;
/* Tailwind (arbitrary) */
class="text-[#4444bb] bg-[#4444bb]"
/* SCSS */
$brand: #4444bb;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#4444bb")Accessibility — WCAG contrast
Aa
#4444bb on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4444bb on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#4444bb text on a black background
contrast 2.79:1
Card sample
#4444bb text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4444bb;
Background color
Panel with #4444bb background
background-color: #4444bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4444bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4444bb; background: linear-gradient(135deg, #4444bb, #9344BB);