#3202df
a dark, electric blue · warm · closest name: blue
RGB
50, 2, 223
HSL
253°, 98%, 44%
CMYK
78, 99, 0, 13
Luminance
0.0605
Every format
| HEX | #3202df |
| RGB | rgb(50, 2, 223) |
| HSL | hsl(253, 98%, 44%) |
| CMYK | cmyk(78%, 99%, 0%, 13%) |
| LAB | lab(29.5 71.8 -94.3) |
| LCH | lch(29.5 118.5 307.3) |
| OKLCH | oklch(0.426 0.272 272.5) |
Copy-ready code
/* CSS */
color: #3202df;
background-color: #3202df;
/* Tailwind (arbitrary) */
class="text-[#3202df] bg-[#3202df]"
/* SCSS */
$brand: #3202df;
/* SwiftUI */
Color(red: 0.196, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#3202df")Accessibility — WCAG contrast
Aa
#3202df on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3202df on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green0.8%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3202df text on a black background
contrast 2.21:1
Card sample
#3202df text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3202df;
Background color
Panel with #3202df background
background-color: #3202df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3202df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3202df; background: linear-gradient(135deg, #3202df, #C502DF);