#3218be
a dark, electric blue · warm · closest name: navy
RGB
50, 24, 190
HSL
249°, 78%, 42%
CMYK
74, 87, 0, 26
Luminance
0.0505
Every format
| HEX | #3218be |
| RGB | rgb(50, 24, 190) |
| HSL | hsl(249, 78%, 42%) |
| CMYK | cmyk(74%, 87%, 0%, 26%) |
| LAB | lab(26.9 58.4 -79.5) |
| LCH | lch(26.9 98.6 306.3) |
| OKLCH | oklch(0.396 0.230 274.9) |
Copy-ready code
/* CSS */
color: #3218be;
background-color: #3218be;
/* Tailwind (arbitrary) */
class="text-[#3218be] bg-[#3218be]"
/* SCSS */
$brand: #3218be;
/* SwiftUI */
Color(red: 0.196, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#3218be")Accessibility — WCAG contrast
Aa
#3218be on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3218be on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.4%
Blue74.5%
CMYK percentages
Cyan73.7%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#3218be text on a black background
contrast 2.01:1
Card sample
#3218be text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3218be;
Background color
Panel with #3218be background
background-color: #3218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3218be; background: linear-gradient(135deg, #3218be, #A118BE);