#562fbc
a balanced, vivid violet · warm · closest name: indigo
RGB
86, 47, 188
HSL
257°, 60%, 46%
CMYK
54, 75, 0, 26
Luminance
0.0764
Every format
| HEX | #562fbc |
| RGB | rgb(86, 47, 188) |
| HSL | hsl(257, 60%, 46%) |
| CMYK | cmyk(54%, 75%, 0%, 26%) |
| LAB | lab(33.2 51.4 -67.7) |
| LCH | lch(33.2 85.0 307.2) |
| OKLCH | oklch(0.447 0.204 287.7) |
Copy-ready code
/* CSS */
color: #562fbc;
background-color: #562fbc;
/* Tailwind (arbitrary) */
class="text-[#562fbc] bg-[#562fbc]"
/* SCSS */
$brand: #562fbc;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#562fbc")Accessibility — WCAG contrast
Aa
#562fbc on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562fbc on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue73.7%
CMYK percentages
Cyan54.3%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#562fbc text on a black background
contrast 2.53:1
Card sample
#562fbc text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562fbc;
Background color
Panel with #562fbc background
background-color: #562fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562fbc; background: linear-gradient(135deg, #562fbc, #B42FBC);