#3216cd
a dark, electric blue · warm · closest name: blue
RGB
50, 22, 205
HSL
249°, 81%, 45%
CMYK
76, 89, 0, 20
Luminance
0.0566
Every format
| HEX | #3216cd |
| RGB | rgb(50, 22, 205) |
| HSL | hsl(249, 81%, 45%) |
| CMYK | cmyk(76%, 89%, 0%, 20%) |
| LAB | lab(28.5 63.1 -85.5) |
| LCH | lch(28.5 106.3 306.4) |
| OKLCH | oklch(0.413 0.247 273.6) |
Copy-ready code
/* CSS */
color: #3216cd;
background-color: #3216cd;
/* Tailwind (arbitrary) */
class="text-[#3216cd] bg-[#3216cd]"
/* SCSS */
$brand: #3216cd;
/* SwiftUI */
Color(red: 0.196, green: 0.086, blue: 0.804)
/* Android */
Color.parseColor("#3216cd")Accessibility — WCAG contrast
Aa
#3216cd on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3216cd on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green8.6%
Blue80.4%
CMYK percentages
Cyan75.6%
Magenta89.3%
Yellow0.0%
Key (black)19.6%
Color previews
#3216cd text on a black background
contrast 2.13:1
Card sample
#3216cd text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3216cd;
Background color
Panel with #3216cd background
background-color: #3216cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3216cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 22, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 22, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3216cd; background: linear-gradient(135deg, #3216cd, #AC16CD);