#3218df
a balanced, electric blue · warm · closest name: blue
RGB
50, 24, 223
HSL
248°, 81%, 48%
CMYK
78, 89, 0, 13
Luminance
0.0666
Every format
| HEX | #3218df |
| RGB | rgb(50, 24, 223) |
| HSL | hsl(248, 81%, 48%) |
| CMYK | cmyk(78%, 89%, 0%, 13%) |
| LAB | lab(31.0 67.3 -91.8) |
| LCH | lch(31.0 113.8 306.2) |
| OKLCH | oklch(0.436 0.266 272.1) |
Copy-ready code
/* CSS */
color: #3218df;
background-color: #3218df;
/* Tailwind (arbitrary) */
class="text-[#3218df] bg-[#3218df]"
/* SCSS */
$brand: #3218df;
/* SwiftUI */
Color(red: 0.196, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#3218df")Accessibility — WCAG contrast
Aa
#3218df on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3218df on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.4%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3218df text on a black background
contrast 2.33:1
Card sample
#3218df text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3218df;
Background color
Panel with #3218df background
background-color: #3218df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3218df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3218df; background: linear-gradient(135deg, #3218df, #B618DF);