#4329c5
a balanced, vivid blue · warm · closest name: navy
RGB
67, 41, 197
HSL
250°, 66%, 47%
CMYK
66, 79, 0, 23
Luminance
0.0681
Every format
| HEX | #4329c5 |
| RGB | rgb(67, 41, 197) |
| HSL | hsl(250, 66%, 47%) |
| CMYK | cmyk(66%, 79%, 0%, 23%) |
| LAB | lab(31.4 54.6 -76.1) |
| LCH | lch(31.4 93.7 305.7) |
| OKLCH | oklch(0.433 0.223 279.2) |
Copy-ready code
/* CSS */
color: #4329c5;
background-color: #4329c5;
/* Tailwind (arbitrary) */
class="text-[#4329c5] bg-[#4329c5]"
/* SCSS */
$brand: #4329c5;
/* SwiftUI */
Color(red: 0.263, green: 0.161, blue: 0.773)
/* Android */
Color.parseColor("#4329c5")Accessibility — WCAG contrast
Aa
#4329c5 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4329c5 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green16.1%
Blue77.3%
CMYK percentages
Cyan66.0%
Magenta79.2%
Yellow0.0%
Key (black)22.7%
Color previews
#4329c5 text on a black background
contrast 2.36:1
Card sample
#4329c5 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4329c5;
Background color
Panel with #4329c5 background
background-color: #4329c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4329c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 41, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 41, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4329c5; background: linear-gradient(135deg, #4329c5, #AB29C5);