#9237fd
a balanced, electric violet · warm · closest name: blue
RGB
146, 55, 253
HSL
268°, 98%, 60%
CMYK
42, 78, 0, 1
Luminance
0.1594
Every format
| HEX | #9237fd |
| RGB | rgb(146, 55, 253) |
| HSL | hsl(268, 98%, 60%) |
| CMYK | cmyk(42%, 78%, 0%, 1%) |
| LAB | lab(46.9 72.9 -82.3) |
| LCH | lch(46.9 109.9 311.6) |
| OKLCH | oklch(0.576 0.267 298.0) |
Copy-ready code
/* CSS */
color: #9237fd;
background-color: #9237fd;
/* Tailwind (arbitrary) */
class="text-[#9237fd] bg-[#9237fd]"
/* SCSS */
$brand: #9237fd;
/* SwiftUI */
Color(red: 0.573, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#9237fd")Accessibility — WCAG contrast
Aa
#9237fd on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9237fd on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green21.6%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9237fd text on a black background
contrast 4.19:1
Card sample
#9237fd text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9237fd;
Background color
Panel with #9237fd background
background-color: #9237fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9237fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9237fd; background: linear-gradient(135deg, #9237fd, #FD37E4);