#4309c9
a dark, electric violet · warm · closest name: blue
RGB
67, 9, 201
HSL
258°, 91%, 41%
CMYK
67, 96, 0, 21
Luminance
0.0561
Every format
| HEX | #4309c9 |
| RGB | rgb(67, 9, 201) |
| HSL | hsl(258, 91%, 41%) |
| CMYK | cmyk(67%, 96%, 0%, 21%) |
| LAB | lab(28.4 66.0 -83.4) |
| LCH | lch(28.4 106.3 308.3) |
| OKLCH | oklch(0.414 0.244 280.4) |
Copy-ready code
/* CSS */
color: #4309c9;
background-color: #4309c9;
/* Tailwind (arbitrary) */
class="text-[#4309c9] bg-[#4309c9]"
/* SCSS */
$brand: #4309c9;
/* SwiftUI */
Color(red: 0.263, green: 0.035, blue: 0.788)
/* Android */
Color.parseColor("#4309c9")Accessibility — WCAG contrast
Aa
#4309c9 on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4309c9 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green3.5%
Blue78.8%
CMYK percentages
Cyan66.7%
Magenta95.5%
Yellow0.0%
Key (black)21.2%
Color previews
#4309c9 text on a black background
contrast 2.12:1
Card sample
#4309c9 text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4309c9;
Background color
Panel with #4309c9 background
background-color: #4309c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4309c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 9, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 9, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4309c9; background: linear-gradient(135deg, #4309c9, #C309C9);