#3017eb
a balanced, electric blue · warm · closest name: blue
RGB
48, 23, 235
HSL
247°, 84%, 51%
CMYK
80, 90, 0, 8
Luminance
0.0724
Every format
| HEX | #3017eb |
| RGB | rgb(48, 23, 235) |
| HSL | hsl(247, 84%, 51%) |
| CMYK | cmyk(80%, 90%, 0%, 8%) |
| LAB | lab(32.3 70.6 -96.5) |
| LCH | lch(32.3 119.5 306.2) |
| OKLCH | oklch(0.449 0.279 270.9) |
Copy-ready code
/* CSS */
color: #3017eb;
background-color: #3017eb;
/* Tailwind (arbitrary) */
class="text-[#3017eb] bg-[#3017eb]"
/* SCSS */
$brand: #3017eb;
/* SwiftUI */
Color(red: 0.188, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#3017eb")Accessibility — WCAG contrast
Aa
#3017eb on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3017eb on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green9.0%
Blue92.2%
CMYK percentages
Cyan79.6%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#3017eb text on a black background
contrast 2.45:1
Card sample
#3017eb text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3017eb;
Background color
Panel with #3017eb background
background-color: #3017eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3017eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3017eb; background: linear-gradient(135deg, #3017eb, #BD17EB);