#7239cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 57, 205
HSL
263°, 60%, 51%
CMYK
44, 72, 0, 20
Luminance
0.1091
Every format
| HEX | #7239cd |
| RGB | rgb(114, 57, 205) |
| HSL | hsl(263, 60%, 51%) |
| CMYK | cmyk(44%, 72%, 0%, 20%) |
| LAB | lab(39.4 55.6 -67.3) |
| LCH | lch(39.4 87.3 309.5) |
| OKLCH | oklch(0.503 0.213 295.2) |
Copy-ready code
/* CSS */
color: #7239cd;
background-color: #7239cd;
/* Tailwind (arbitrary) */
class="text-[#7239cd] bg-[#7239cd]"
/* SCSS */
$brand: #7239cd;
/* SwiftUI */
Color(red: 0.447, green: 0.224, blue: 0.804)
/* Android */
Color.parseColor("#7239cd")Accessibility — WCAG contrast
Aa
#7239cd on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7239cd on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green22.4%
Blue80.4%
CMYK percentages
Cyan44.4%
Magenta72.2%
Yellow0.0%
Key (black)19.6%
Color previews
#7239cd text on a black background
contrast 3.18:1
Card sample
#7239cd text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7239cd;
Background color
Panel with #7239cd background
background-color: #7239cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7239cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 57, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 57, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7239cd; background: linear-gradient(135deg, #7239cd, #CD39C5);