#3211cd
a dark, electric blue · warm · closest name: blue
RGB
50, 17, 205
HSL
251°, 85%, 44%
CMYK
76, 92, 0, 20
Luminance
0.0549
Every format
| HEX | #3211cd |
| RGB | rgb(50, 17, 205) |
| HSL | hsl(251, 85%, 44%) |
| CMYK | cmyk(76%, 92%, 0%, 20%) |
| LAB | lab(28.1 64.5 -86.3) |
| LCH | lch(28.1 107.7 306.8) |
| OKLCH | oklch(0.410 0.250 273.7) |
Copy-ready code
/* CSS */
color: #3211cd;
background-color: #3211cd;
/* Tailwind (arbitrary) */
class="text-[#3211cd] bg-[#3211cd]"
/* SCSS */
$brand: #3211cd;
/* SwiftUI */
Color(red: 0.196, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#3211cd")Accessibility — WCAG contrast
Aa
#3211cd on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3211cd on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green6.7%
Blue80.4%
CMYK percentages
Cyan75.6%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#3211cd text on a black background
contrast 2.10:1
Card sample
#3211cd text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3211cd;
Background color
Panel with #3211cd background
background-color: #3211cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3211cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3211cd; background: linear-gradient(135deg, #3211cd, #AF11CD);