#7253cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 83, 204
HSL
255°, 54%, 56%
CMYK
44, 59, 0, 20
Luminance
0.1412
Every format
| HEX | #7253cc |
| RGB | rgb(114, 83, 204) |
| HSL | hsl(255, 54%, 56%) |
| CMYK | cmyk(44%, 59%, 0%, 20%) |
| LAB | lab(44.4 41.5 -58.7) |
| LCH | lch(44.4 71.9 305.3) |
| OKLCH | oklch(0.538 0.179 291.0) |
Copy-ready code
/* CSS */
color: #7253cc;
background-color: #7253cc;
/* Tailwind (arbitrary) */
class="text-[#7253cc] bg-[#7253cc]"
/* SCSS */
$brand: #7253cc;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.800)
/* Android */
Color.parseColor("#7253cc")Accessibility — WCAG contrast
Aa
#7253cc on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253cc on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue80.0%
CMYK percentages
Cyan44.1%
Magenta59.3%
Yellow0.0%
Key (black)20.0%
Color previews
#7253cc text on a black background
contrast 3.82:1
Card sample
#7253cc text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253cc;
Background color
Panel with #7253cc background
background-color: #7253cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253cc; background: linear-gradient(135deg, #7253cc, #C353CC);