#4327eb
a balanced, electric blue · warm · closest name: blue
RGB
67, 39, 235
HSL
249°, 83%, 54%
CMYK
72, 83, 0, 8
Luminance
0.0864
Every format
| HEX | #4327eb |
| RGB | rgb(67, 39, 235) |
| HSL | hsl(249, 83%, 54%) |
| CMYK | cmyk(72%, 83%, 0%, 8%) |
| LAB | lab(35.3 66.3 -91.5) |
| LCH | lch(35.3 113.0 305.9) |
| OKLCH | oklch(0.472 0.266 275.5) |
Copy-ready code
/* CSS */
color: #4327eb;
background-color: #4327eb;
/* Tailwind (arbitrary) */
class="text-[#4327eb] bg-[#4327eb]"
/* SCSS */
$brand: #4327eb;
/* SwiftUI */
Color(red: 0.263, green: 0.153, blue: 0.922)
/* Android */
Color.parseColor("#4327eb")Accessibility — WCAG contrast
Aa
#4327eb on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4327eb on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green15.3%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta83.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4327eb text on a black background
contrast 2.73:1
Card sample
#4327eb text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4327eb;
Background color
Panel with #4327eb background
background-color: #4327eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4327eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 39, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 39, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4327eb; background: linear-gradient(135deg, #4327eb, #C627EB);