#4d2fbc
a balanced, vivid blue · warm · closest name: indigo
RGB
77, 47, 188
HSL
253°, 60%, 46%
CMYK
59, 75, 0, 26
Luminance
0.0724
Every format
| HEX | #4d2fbc |
| RGB | rgb(77, 47, 188) |
| HSL | hsl(253, 60%, 46%) |
| CMYK | cmyk(59%, 75%, 0%, 26%) |
| LAB | lab(32.4 50.2 -69.1) |
| LCH | lch(32.4 85.5 306.0) |
| OKLCH | oklch(0.439 0.205 283.8) |
Copy-ready code
/* CSS */
color: #4d2fbc;
background-color: #4d2fbc;
/* Tailwind (arbitrary) */
class="text-[#4d2fbc] bg-[#4d2fbc]"
/* SCSS */
$brand: #4d2fbc;
/* SwiftUI */
Color(red: 0.302, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#4d2fbc")Accessibility — WCAG contrast
Aa
#4d2fbc on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d2fbc on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green18.4%
Blue73.7%
CMYK percentages
Cyan59.0%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#4d2fbc text on a black background
contrast 2.45:1
Card sample
#4d2fbc text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d2fbc;
Background color
Panel with #4d2fbc background
background-color: #4d2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d2fbc; background: linear-gradient(135deg, #4d2fbc, #AB2FBC);