#7253ff
a light, electric blue · warm · closest name: slateblue
RGB
114, 83, 255
HSL
251°, 100%, 66%
CMYK
55, 68, 0, 0
Luminance
0.1698
Every format
| HEX | #7253ff |
| RGB | rgb(114, 83, 255) |
| HSL | hsl(251, 100%, 66%) |
| CMYK | cmyk(55%, 68%, 0%, 0%) |
| LAB | lab(48.2 56.1 -81.3) |
| LCH | lch(48.2 98.8 304.6) |
| OKLCH | oklch(0.578 0.241 284.2) |
Copy-ready code
/* CSS */
color: #7253ff;
background-color: #7253ff;
/* Tailwind (arbitrary) */
class="text-[#7253ff] bg-[#7253ff]"
/* SCSS */
$brand: #7253ff;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 1.000)
/* Android */
Color.parseColor("#7253ff")Accessibility — WCAG contrast
Aa
#7253ff on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253ff on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta67.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7253ff text on a black background
contrast 4.40:1
Card sample
#7253ff text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253ff;
Background color
Panel with #7253ff background
background-color: #7253ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253ff; background: linear-gradient(135deg, #7253ff, #E553FF);