#8238fd
a balanced, electric violet · warm · closest name: blue
RGB
130, 56, 253
HSL
263°, 98%, 61%
CMYK
49, 78, 0, 1
Luminance
0.1467
Every format
| HEX | #8238fd |
| RGB | rgb(130, 56, 253) |
| HSL | hsl(263, 98%, 61%) |
| CMYK | cmyk(49%, 78%, 0%, 1%) |
| LAB | lab(45.2 70.4 -85.1) |
| LCH | lch(45.2 110.5 309.6) |
| OKLCH | oklch(0.559 0.265 292.6) |
Copy-ready code
/* CSS */
color: #8238fd;
background-color: #8238fd;
/* Tailwind (arbitrary) */
class="text-[#8238fd] bg-[#8238fd]"
/* SCSS */
$brand: #8238fd;
/* SwiftUI */
Color(red: 0.510, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#8238fd")Accessibility — WCAG contrast
Aa
#8238fd on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8238fd on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green22.0%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8238fd text on a black background
contrast 3.93:1
Card sample
#8238fd text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8238fd;
Background color
Panel with #8238fd background
background-color: #8238fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8238fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8238fd; background: linear-gradient(135deg, #8238fd, #FD38F5);