#7482f1
a light, electric blue · warm · closest name: royalblue
RGB
116, 130, 241
HSL
233°, 82%, 70%
CMYK
52, 46, 0, 6
Luminance
0.2603
Every format
| HEX | #7482f1 |
| RGB | rgb(116, 130, 241) |
| HSL | hsl(233, 82%, 70%) |
| CMYK | cmyk(52%, 46%, 0%, 6%) |
| LAB | lab(58.1 25.1 -57.6) |
| LCH | lch(58.1 62.9 293.6) |
| OKLCH | oklch(0.648 0.165 275.4) |
Copy-ready code
/* CSS */
color: #7482f1;
background-color: #7482f1;
/* Tailwind (arbitrary) */
class="text-[#7482f1] bg-[#7482f1]"
/* SCSS */
$brand: #7482f1;
/* SwiftUI */
Color(red: 0.455, green: 0.510, blue: 0.945)
/* Android */
Color.parseColor("#7482f1")Accessibility — WCAG contrast
Aa
#7482f1 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7482f1 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green51.0%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta46.1%
Yellow0.0%
Key (black)5.5%
Color previews
#7482f1 text on a black background
contrast 6.21:1
Card sample
#7482f1 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7482f1;
Background color
Panel with #7482f1 background
background-color: #7482f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7482f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 130, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 130, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7482f1; background: linear-gradient(135deg, #7482f1, #B974F1);