#7261eb
a light, electric blue · warm · closest name: slateblue
RGB
114, 97, 235
HSL
247°, 78%, 65%
CMYK
52, 59, 0, 8
Luminance
0.1812
Every format
| HEX | #7261eb |
| RGB | rgb(114, 97, 235) |
| HSL | hsl(247, 78%, 65%) |
| CMYK | cmyk(52%, 59%, 0%, 8%) |
| LAB | lab(49.6 42.5 -67.8) |
| LCH | lch(49.6 80.0 302.1) |
| OKLCH | oklch(0.584 0.200 283.9) |
Copy-ready code
/* CSS */
color: #7261eb;
background-color: #7261eb;
/* Tailwind (arbitrary) */
class="text-[#7261eb] bg-[#7261eb]"
/* SCSS */
$brand: #7261eb;
/* SwiftUI */
Color(red: 0.447, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#7261eb")Accessibility — WCAG contrast
Aa
#7261eb on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7261eb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green38.0%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7261eb text on a black background
contrast 4.62:1
Card sample
#7261eb text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7261eb;
Background color
Panel with #7261eb background
background-color: #7261eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7261eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7261eb; background: linear-gradient(135deg, #7261eb, #CE61EB);