#4d35af
a dark, vivid blue · warm · closest name: slateblue
RGB
77, 53, 175
HSL
252°, 54%, 45%
CMYK
56, 70, 0, 31
Luminance
0.0722
Every format
| HEX | #4d35af |
| RGB | rgb(77, 53, 175) |
| HSL | hsl(252, 54%, 45%) |
| CMYK | cmyk(56%, 70%, 0%, 31%) |
| LAB | lab(32.3 43.1 -61.5) |
| LCH | lch(32.3 75.1 305.0) |
| OKLCH | oklch(0.435 0.183 284.9) |
Copy-ready code
/* CSS */
color: #4d35af;
background-color: #4d35af;
/* Tailwind (arbitrary) */
class="text-[#4d35af] bg-[#4d35af]"
/* SCSS */
$brand: #4d35af;
/* SwiftUI */
Color(red: 0.302, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#4d35af")Accessibility — WCAG contrast
Aa
#4d35af on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d35af on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green20.8%
Blue68.6%
CMYK percentages
Cyan56.0%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#4d35af text on a black background
contrast 2.44:1
Card sample
#4d35af text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d35af;
Background color
Panel with #4d35af background
background-color: #4d35af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d35af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d35af; background: linear-gradient(135deg, #4d35af, #9E35AF);