#302df3
a balanced, electric blue · warm · closest name: blue
RGB
48, 45, 243
HSL
241°, 89%, 57%
CMYK
80, 82, 0, 5
Luminance
0.0898
Every format
| HEX | #302df3 |
| RGB | rgb(48, 45, 243) |
| HSL | hsl(241, 89%, 57%) |
| CMYK | cmyk(80%, 82%, 0%, 5%) |
| LAB | lab(35.9 65.0 -95.0) |
| LCH | lch(35.9 115.1 304.4) |
| OKLCH | oklch(0.476 0.275 269.9) |
Copy-ready code
/* CSS */
color: #302df3;
background-color: #302df3;
/* Tailwind (arbitrary) */
class="text-[#302df3] bg-[#302df3]"
/* SCSS */
$brand: #302df3;
/* SwiftUI */
Color(red: 0.188, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#302df3")Accessibility — WCAG contrast
Aa
#302df3 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302df3 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green17.6%
Blue95.3%
CMYK percentages
Cyan80.2%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#302df3 text on a black background
contrast 2.80:1
Card sample
#302df3 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302df3;
Background color
Panel with #302df3 background
background-color: #302df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302df3; background: linear-gradient(135deg, #302df3, #B42DF3);