#7233ee
a balanced, electric violet · warm · closest name: blue
RGB
114, 51, 238
HSL
260°, 85%, 57%
CMYK
52, 79, 0, 7
Luminance
0.1212
Every format
| HEX | #7233ee |
| RGB | rgb(114, 51, 238) |
| HSL | hsl(260, 85%, 57%) |
| CMYK | cmyk(52%, 79%, 0%, 7%) |
| LAB | lab(41.4 66.6 -83.0) |
| LCH | lch(41.4 106.4 308.8) |
| OKLCH | oklch(0.525 0.254 289.9) |
Copy-ready code
/* CSS */
color: #7233ee;
background-color: #7233ee;
/* Tailwind (arbitrary) */
class="text-[#7233ee] bg-[#7233ee]"
/* SCSS */
$brand: #7233ee;
/* SwiftUI */
Color(red: 0.447, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#7233ee")Accessibility — WCAG contrast
Aa
#7233ee on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7233ee on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green20.0%
Blue93.3%
CMYK percentages
Cyan52.1%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7233ee text on a black background
contrast 3.42:1
Card sample
#7233ee text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7233ee;
Background color
Panel with #7233ee background
background-color: #7233ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7233ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7233ee; background: linear-gradient(135deg, #7233ee, #EE33ED);