#7240cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 64, 207
HSL
261°, 60%, 53%
CMYK
45, 69, 0, 19
Luminance
0.1175
Every format
| HEX | #7240cf |
| RGB | rgb(114, 64, 207) |
| HSL | hsl(261, 60%, 53%) |
| CMYK | cmyk(45%, 69%, 0%, 19%) |
| LAB | lab(40.8 52.7 -66.2) |
| LCH | lch(40.8 84.6 308.5) |
| OKLCH | oklch(0.513 0.207 293.8) |
Copy-ready code
/* CSS */
color: #7240cf;
background-color: #7240cf;
/* Tailwind (arbitrary) */
class="text-[#7240cf] bg-[#7240cf]"
/* SCSS */
$brand: #7240cf;
/* SwiftUI */
Color(red: 0.447, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#7240cf")Accessibility — WCAG contrast
Aa
#7240cf on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7240cf on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green25.1%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7240cf text on a black background
contrast 3.35:1
Card sample
#7240cf text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7240cf;
Background color
Panel with #7240cf background
background-color: #7240cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7240cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7240cf; background: linear-gradient(135deg, #7240cf, #CF40CD);