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