#9745fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 69, 253
HSL
267°, 98%, 63%
CMYK
40, 73, 0, 1
Luminance
0.1793
Every format
| HEX | #9745fd |
| RGB | rgb(151, 69, 253) |
| HSL | hsl(267, 98%, 63%) |
| CMYK | cmyk(40%, 73%, 0%, 1%) |
| LAB | lab(49.4 68.1 -78.1) |
| LCH | lch(49.4 103.6 311.1) |
| OKLCH | oklch(0.594 0.254 298.6) |
Copy-ready code
/* CSS */
color: #9745fd;
background-color: #9745fd;
/* Tailwind (arbitrary) */
class="text-[#9745fd] bg-[#9745fd]"
/* SCSS */
$brand: #9745fd;
/* SwiftUI */
Color(red: 0.592, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#9745fd")Accessibility — WCAG contrast
Aa
#9745fd on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9745fd on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.1%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#9745fd text on a black background
contrast 4.59:1
Card sample
#9745fd text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9745fd;
Background color
Panel with #9745fd background
background-color: #9745fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9745fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9745fd; background: linear-gradient(135deg, #9745fd, #FD45E8);