#741bdf
a balanced, electric violet · warm · closest name: blue
RGB
116, 27, 223
HSL
267°, 78%, 49%
CMYK
48, 88, 0, 13
Luminance
0.0982
Every format
| HEX | #741bdf |
| RGB | rgb(116, 27, 223) |
| HSL | hsl(267, 78%, 49%) |
| CMYK | cmyk(48%, 88%, 0%, 13%) |
| LAB | lab(37.5 71.1 -80.8) |
| LCH | lch(37.5 107.7 311.4) |
| OKLCH | oklch(0.495 0.256 294.9) |
Copy-ready code
/* CSS */
color: #741bdf;
background-color: #741bdf;
/* Tailwind (arbitrary) */
class="text-[#741bdf] bg-[#741bdf]"
/* SCSS */
$brand: #741bdf;
/* SwiftUI */
Color(red: 0.455, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#741bdf")Accessibility — WCAG contrast
Aa
#741bdf on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741bdf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green10.6%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#741bdf text on a black background
contrast 2.96:1
Card sample
#741bdf text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741bdf;
Background color
Panel with #741bdf background
background-color: #741bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741bdf; background: linear-gradient(135deg, #741bdf, #DF1BC7);