#3218ce
a balanced, electric blue · warm · closest name: blue
RGB
50, 24, 206
HSL
249°, 79%, 45%
CMYK
76, 88, 0, 19
Luminance
0.0579
Every format
| HEX | #3218ce |
| RGB | rgb(50, 24, 206) |
| HSL | hsl(249, 79%, 45%) |
| CMYK | cmyk(76%, 88%, 0%, 19%) |
| LAB | lab(28.9 62.8 -85.5) |
| LCH | lch(28.9 106.1 306.3) |
| OKLCH | oklch(0.415 0.248 273.4) |
Copy-ready code
/* CSS */
color: #3218ce;
background-color: #3218ce;
/* Tailwind (arbitrary) */
class="text-[#3218ce] bg-[#3218ce]"
/* SCSS */
$brand: #3218ce;
/* SwiftUI */
Color(red: 0.196, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#3218ce")Accessibility — WCAG contrast
Aa
#3218ce on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3218ce on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.4%
Blue80.8%
CMYK percentages
Cyan75.7%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#3218ce text on a black background
contrast 2.16:1
Card sample
#3218ce text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3218ce;
Background color
Panel with #3218ce background
background-color: #3218ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3218ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3218ce; background: linear-gradient(135deg, #3218ce, #AB18CE);