#5433ff
a balanced, electric blue · warm · closest name: blue
RGB
84, 51, 255
HSL
250°, 100%, 60%
CMYK
67, 80, 0, 0
Luminance
0.1147
Every format
| HEX | #5433ff |
| RGB | rgb(84, 51, 255) |
| HSL | hsl(250, 100%, 60%) |
| CMYK | cmyk(67%, 80%, 0%, 0%) |
| LAB | lab(40.4 68.1 -94.3) |
| LCH | lch(40.4 116.3 305.8) |
| OKLCH | oklch(0.516 0.275 278.0) |
Copy-ready code
/* CSS */
color: #5433ff;
background-color: #5433ff;
/* Tailwind (arbitrary) */
class="text-[#5433ff] bg-[#5433ff]"
/* SCSS */
$brand: #5433ff;
/* SwiftUI */
Color(red: 0.329, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#5433ff")Accessibility — WCAG contrast
Aa
#5433ff on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5433ff on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green20.0%
Blue100.0%
CMYK percentages
Cyan67.1%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#5433ff text on a black background
contrast 3.29:1
Card sample
#5433ff text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5433ff;
Background color
Panel with #5433ff background
background-color: #5433ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5433ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5433ff; background: linear-gradient(135deg, #5433ff, #DC33FF);