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