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