#4b0fdf
a balanced, electric violet · warm · closest name: blue
RGB
75, 15, 223
HSL
257°, 87%, 47%
CMYK
66, 93, 0, 13
Luminance
0.0717
Every format
| HEX | #4b0fdf |
| RGB | rgb(75, 15, 223) |
| HSL | hsl(257, 87%, 47%) |
| CMYK | cmyk(66%, 93%, 0%, 13%) |
| LAB | lab(32.2 70.6 -89.8) |
| LCH | lch(32.2 114.3 308.2) |
| OKLCH | oklch(0.449 0.263 280.3) |
Copy-ready code
/* CSS */
color: #4b0fdf;
background-color: #4b0fdf;
/* Tailwind (arbitrary) */
class="text-[#4b0fdf] bg-[#4b0fdf]"
/* SCSS */
$brand: #4b0fdf;
/* SwiftUI */
Color(red: 0.294, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#4b0fdf")Accessibility — WCAG contrast
Aa
#4b0fdf on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b0fdf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4b0fdf text on a black background
contrast 2.43:1
Card sample
#4b0fdf text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b0fdf;
Background color
Panel with #4b0fdf background
background-color: #4b0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b0fdf; background: linear-gradient(135deg, #4b0fdf, #D60FDF);