#4444aa
a balanced, soft blue · warm · closest name: slateblue
RGB
68, 68, 170
HSL
240°, 43%, 47%
CMYK
60, 60, 0, 33
Luminance
0.0827
Every format
| HEX | #4444aa |
| RGB | rgb(68, 68, 170) |
| HSL | hsl(240, 43%, 47%) |
| CMYK | cmyk(60%, 60%, 0%, 33%) |
| LAB | lab(34.5 31.0 -54.9) |
| LCH | lch(34.5 63.0 299.4) |
| OKLCH | oklch(0.448 0.159 277.8) |
Copy-ready code
/* CSS */
color: #4444aa;
background-color: #4444aa;
/* Tailwind (arbitrary) */
class="text-[#4444aa] bg-[#4444aa]"
/* SCSS */
$brand: #4444aa;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.667)
/* Android */
Color.parseColor("#4444aa")Accessibility — WCAG contrast
Aa
#4444aa on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4444aa on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta60.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4444aa text on a black background
contrast 2.65:1
Card sample
#4444aa text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4444aa;
Background color
Panel with #4444aa background
background-color: #4444aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4444aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4444aa; background: linear-gradient(135deg, #4444aa, #8844AA);