#4b0cdf
a balanced, electric violet · warm · closest name: blue
RGB
75, 12, 223
HSL
258°, 90%, 46%
CMYK
66, 95, 0, 13
Luminance
0.0709
Every format
| HEX | #4b0cdf |
| RGB | rgb(75, 12, 223) |
| HSL | hsl(258, 90%, 46%) |
| CMYK | cmyk(66%, 95%, 0%, 13%) |
| LAB | lab(32.0 71.2 -90.1) |
| LCH | lch(32.0 114.8 308.3) |
| OKLCH | oklch(0.447 0.264 280.3) |
Copy-ready code
/* CSS */
color: #4b0cdf;
background-color: #4b0cdf;
/* Tailwind (arbitrary) */
class="text-[#4b0cdf] bg-[#4b0cdf]"
/* SCSS */
$brand: #4b0cdf;
/* SwiftUI */
Color(red: 0.294, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#4b0cdf")Accessibility — WCAG contrast
Aa
#4b0cdf on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b0cdf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green4.7%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4b0cdf text on a black background
contrast 2.42:1
Card sample
#4b0cdf text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b0cdf;
Background color
Panel with #4b0cdf background
background-color: #4b0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b0cdf; background: linear-gradient(135deg, #4b0cdf, #D80CDF);