#5033cd
a balanced, vivid blue · warm · closest name: navy
RGB
80, 51, 205
HSL
251°, 61%, 50%
CMYK
61, 75, 0, 20
Luminance
0.0848
Every format
| HEX | #5033cd |
| RGB | rgb(80, 51, 205) |
| HSL | hsl(251, 61%, 50%) |
| CMYK | cmyk(61%, 75%, 0%, 20%) |
| LAB | lab(35.0 53.5 -74.8) |
| LCH | lch(35.0 92.0 305.6) |
| OKLCH | oklch(0.463 0.221 282.1) |
Copy-ready code
/* CSS */
color: #5033cd;
background-color: #5033cd;
/* Tailwind (arbitrary) */
class="text-[#5033cd] bg-[#5033cd]"
/* SCSS */
$brand: #5033cd;
/* SwiftUI */
Color(red: 0.314, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#5033cd")Accessibility — WCAG contrast
Aa
#5033cd on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5033cd on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green20.0%
Blue80.4%
CMYK percentages
Cyan61.0%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#5033cd text on a black background
contrast 2.70:1
Card sample
#5033cd text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5033cd;
Background color
Panel with #5033cd background
background-color: #5033cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5033cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5033cd; background: linear-gradient(135deg, #5033cd, #B733CD);