#0328eb
a balanced, electric blue · warm · closest name: blue
RGB
3, 40, 235
HSL
230°, 98%, 47%
CMYK
99, 83, 0, 8
Luminance
0.0754
Every format
| HEX | #0328eb |
| RGB | rgb(3, 40, 235) |
| HSL | hsl(230, 98%, 47%) |
| CMYK | cmyk(99%, 83%, 0%, 8%) |
| LAB | lab(33.0 63.7 -95.4) |
| LCH | lch(33.0 114.7 303.7) |
| OKLCH | oklch(0.450 0.278 264.4) |
Copy-ready code
/* CSS */
color: #0328eb;
background-color: #0328eb;
/* Tailwind (arbitrary) */
class="text-[#0328eb] bg-[#0328eb]"
/* SCSS */
$brand: #0328eb;
/* SwiftUI */
Color(red: 0.012, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#0328eb")Accessibility — WCAG contrast
Aa
#0328eb on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0328eb on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green15.7%
Blue92.2%
CMYK percentages
Cyan98.7%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#0328eb text on a black background
contrast 2.51:1
Card sample
#0328eb text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0328eb;
Background color
Panel with #0328eb background
background-color: #0328eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0328eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0328eb; background: linear-gradient(135deg, #0328eb, #7903EB);