#5229cc
a balanced, vivid violet · warm · closest name: navy
RGB
82, 41, 204
HSL
255°, 67%, 48%
CMYK
60, 80, 0, 20
Luminance
0.0774
Every format
| HEX | #5229cc |
| RGB | rgb(82, 41, 204) |
| HSL | hsl(255, 67%, 48%) |
| CMYK | cmyk(60%, 80%, 0%, 20%) |
| LAB | lab(33.4 58.1 -76.7) |
| LCH | lch(33.4 96.3 307.2) |
| OKLCH | oklch(0.453 0.228 284.1) |
Copy-ready code
/* CSS */
color: #5229cc;
background-color: #5229cc;
/* Tailwind (arbitrary) */
class="text-[#5229cc] bg-[#5229cc]"
/* SCSS */
$brand: #5229cc;
/* SwiftUI */
Color(red: 0.322, green: 0.161, blue: 0.800)
/* Android */
Color.parseColor("#5229cc")Accessibility — WCAG contrast
Aa
#5229cc on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5229cc on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.1%
Blue80.0%
CMYK percentages
Cyan59.8%
Magenta79.9%
Yellow0.0%
Key (black)20.0%
Color previews
#5229cc text on a black background
contrast 2.55:1
Card sample
#5229cc text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5229cc;
Background color
Panel with #5229cc background
background-color: #5229cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5229cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 41, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 41, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5229cc; background: linear-gradient(135deg, #5229cc, #BF29CC);