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