#4933cd
a balanced, vivid blue · warm · closest name: navy
RGB
73, 51, 205
HSL
249°, 61%, 50%
CMYK
64, 75, 0, 20
Luminance
0.0819
Every format
| HEX | #4933cd |
| RGB | rgb(73, 51, 205) |
| HSL | hsl(249, 61%, 50%) |
| CMYK | cmyk(64%, 75%, 0%, 20%) |
| LAB | lab(34.4 52.7 -75.8) |
| LCH | lch(34.4 92.3 304.8) |
| OKLCH | oklch(0.458 0.222 279.5) |
Copy-ready code
/* CSS */
color: #4933cd;
background-color: #4933cd;
/* Tailwind (arbitrary) */
class="text-[#4933cd] bg-[#4933cd]"
/* SCSS */
$brand: #4933cd;
/* SwiftUI */
Color(red: 0.286, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#4933cd")Accessibility — WCAG contrast
Aa
#4933cd on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4933cd on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green20.0%
Blue80.4%
CMYK percentages
Cyan64.4%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#4933cd text on a black background
contrast 2.64:1
Card sample
#4933cd text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4933cd;
Background color
Panel with #4933cd background
background-color: #4933cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4933cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4933cd; background: linear-gradient(135deg, #4933cd, #B033CD);