#4b3dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
75, 61, 187
HSL
247°, 51%, 49%
CMYK
60, 67, 0, 27
Luminance
0.0842
Every format
| HEX | #4b3dbb |
| RGB | rgb(75, 61, 187) |
| HSL | hsl(247, 51%, 49%) |
| CMYK | cmyk(60%, 67%, 0%, 27%) |
| LAB | lab(34.8 42.0 -64.5) |
| LCH | lch(34.8 76.9 303.1) |
| OKLCH | oklch(0.456 0.189 280.8) |
Copy-ready code
/* CSS */
color: #4b3dbb;
background-color: #4b3dbb;
/* Tailwind (arbitrary) */
class="text-[#4b3dbb] bg-[#4b3dbb]"
/* SCSS */
$brand: #4b3dbb;
/* SwiftUI */
Color(red: 0.294, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#4b3dbb")Accessibility — WCAG contrast
Aa
#4b3dbb on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3dbb on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green23.9%
Blue73.3%
CMYK percentages
Cyan59.9%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#4b3dbb text on a black background
contrast 2.68:1
Card sample
#4b3dbb text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3dbb;
Background color
Panel with #4b3dbb background
background-color: #4b3dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3dbb; background: linear-gradient(135deg, #4b3dbb, #9F3DBB);