#4c44bb
a balanced, vivid blue · warm · closest name: slateblue
RGB
76, 68, 187
HSL
244°, 47%, 50%
CMYK
59, 64, 0, 27
Luminance
0.0926
Every format
| HEX | #4c44bb |
| RGB | rgb(76, 68, 187) |
| HSL | hsl(244, 47%, 50%) |
| CMYK | cmyk(59%, 64%, 0%, 27%) |
| LAB | lab(36.5 38.0 -61.8) |
| LCH | lch(36.5 72.5 301.6) |
| OKLCH | oklch(0.468 0.180 279.8) |
Copy-ready code
/* CSS */
color: #4c44bb;
background-color: #4c44bb;
/* Tailwind (arbitrary) */
class="text-[#4c44bb] bg-[#4c44bb]"
/* SCSS */
$brand: #4c44bb;
/* SwiftUI */
Color(red: 0.298, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#4c44bb")Accessibility — WCAG contrast
Aa
#4c44bb on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c44bb on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green26.7%
Blue73.3%
CMYK percentages
Cyan59.4%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#4c44bb text on a black background
contrast 2.85:1
Card sample
#4c44bb text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c44bb;
Background color
Panel with #4c44bb background
background-color: #4c44bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c44bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c44bb; background: linear-gradient(135deg, #4c44bb, #9B44BB);