#301af2
a balanced, electric blue · warm · closest name: blue
RGB
48, 26, 242
HSL
246°, 89%, 53%
CMYK
80, 89, 0, 5
Luminance
0.0778
Every format
| HEX | #301af2 |
| RGB | rgb(48, 26, 242) |
| HSL | hsl(246, 89%, 53%) |
| CMYK | cmyk(80%, 89%, 0%, 5%) |
| LAB | lab(33.5 71.6 -98.5) |
| LCH | lch(33.5 121.8 306.0) |
| OKLCH | oklch(0.459 0.285 270.5) |
Copy-ready code
/* CSS */
color: #301af2;
background-color: #301af2;
/* Tailwind (arbitrary) */
class="text-[#301af2] bg-[#301af2]"
/* SCSS */
$brand: #301af2;
/* SwiftUI */
Color(red: 0.188, green: 0.102, blue: 0.949)
/* Android */
Color.parseColor("#301af2")Accessibility — WCAG contrast
Aa
#301af2 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301af2 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green10.2%
Blue94.9%
CMYK percentages
Cyan80.2%
Magenta89.3%
Yellow0.0%
Key (black)5.1%
Color previews
#301af2 text on a black background
contrast 2.56:1
Card sample
#301af2 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301af2;
Background color
Panel with #301af2 background
background-color: #301af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 26, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 26, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301af2; background: linear-gradient(135deg, #301af2, #C01AF2);