#542fff
a balanced, electric blue · warm · closest name: blue
RGB
84, 47, 255
HSL
251°, 100%, 59%
CMYK
67, 82, 0, 0
Luminance
0.1114
Every format
| HEX | #542fff |
| RGB | rgb(84, 47, 255) |
| HSL | hsl(251, 100%, 59%) |
| CMYK | cmyk(67%, 82%, 0%, 0%) |
| LAB | lab(39.8 69.7 -95.3) |
| LCH | lch(39.8 118.0 306.2) |
| OKLCH | oklch(0.513 0.278 278.3) |
Copy-ready code
/* CSS */
color: #542fff;
background-color: #542fff;
/* Tailwind (arbitrary) */
class="text-[#542fff] bg-[#542fff]"
/* SCSS */
$brand: #542fff;
/* SwiftUI */
Color(red: 0.329, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#542fff")Accessibility — WCAG contrast
Aa
#542fff on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#542fff on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green18.4%
Blue100.0%
CMYK percentages
Cyan67.1%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#542fff text on a black background
contrast 3.23:1
Card sample
#542fff text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542fff;
Background color
Panel with #542fff background
background-color: #542fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542fff; background: linear-gradient(135deg, #542fff, #DF2FFF);