#4906df
a dark, electric violet · warm · closest name: blue
RGB
73, 6, 223
HSL
259°, 95%, 45%
CMYK
67, 97, 0, 13
Luminance
0.0687
Every format
| HEX | #4906df |
| RGB | rgb(73, 6, 223) |
| HSL | hsl(259, 95%, 45%) |
| CMYK | cmyk(67%, 97%, 0%, 13%) |
| LAB | lab(31.5 72.0 -90.9) |
| LCH | lch(31.5 116.0 308.4) |
| OKLCH | oklch(0.444 0.266 279.7) |
Copy-ready code
/* CSS */
color: #4906df;
background-color: #4906df;
/* Tailwind (arbitrary) */
class="text-[#4906df] bg-[#4906df]"
/* SCSS */
$brand: #4906df;
/* SwiftUI */
Color(red: 0.286, green: 0.024, blue: 0.875)
/* Android */
Color.parseColor("#4906df")Accessibility — WCAG contrast
Aa
#4906df on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4906df on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green2.4%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta97.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4906df text on a black background
contrast 2.37:1
Card sample
#4906df text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4906df;
Background color
Panel with #4906df background
background-color: #4906df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4906df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 6, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 6, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4906df; background: linear-gradient(135deg, #4906df, #DA06DF);