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