#7263eb
a light, electric blue · warm · closest name: slateblue
RGB
114, 99, 235
HSL
247°, 77%, 66%
CMYK
52, 58, 0, 8
Luminance
0.1850
Every format
| HEX | #7263eb |
| RGB | rgb(114, 99, 235) |
| HSL | hsl(247, 77%, 66%) |
| CMYK | cmyk(52%, 58%, 0%, 8%) |
| LAB | lab(50.1 41.3 -67.1) |
| LCH | lch(50.1 78.8 301.6) |
| OKLCH | oklch(0.587 0.198 283.5) |
Copy-ready code
/* CSS */
color: #7263eb;
background-color: #7263eb;
/* Tailwind (arbitrary) */
class="text-[#7263eb] bg-[#7263eb]"
/* SCSS */
$brand: #7263eb;
/* SwiftUI */
Color(red: 0.447, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#7263eb")Accessibility — WCAG contrast
Aa
#7263eb on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7263eb on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green38.8%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7263eb text on a black background
contrast 4.70:1
Card sample
#7263eb text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7263eb;
Background color
Panel with #7263eb background
background-color: #7263eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7263eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7263eb; background: linear-gradient(135deg, #7263eb, #CD63EB);