#7253fc
a light, electric blue · warm · closest name: slateblue
RGB
114, 83, 252
HSL
251°, 97%, 66%
CMYK
55, 67, 0, 1
Luminance
0.1679
Every format
| HEX | #7253fc |
| RGB | rgb(114, 83, 252) |
| HSL | hsl(251, 97%, 66%) |
| CMYK | cmyk(55%, 67%, 0%, 1%) |
| LAB | lab(48.0 55.3 -80.0) |
| LCH | lch(48.0 97.2 304.6) |
| OKLCH | oklch(0.576 0.238 284.5) |
Copy-ready code
/* CSS */
color: #7253fc;
background-color: #7253fc;
/* Tailwind (arbitrary) */
class="text-[#7253fc] bg-[#7253fc]"
/* SCSS */
$brand: #7253fc;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.988)
/* Android */
Color.parseColor("#7253fc")Accessibility — WCAG contrast
Aa
#7253fc on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253fc on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue98.8%
CMYK percentages
Cyan54.8%
Magenta67.1%
Yellow0.0%
Key (black)1.2%
Color previews
#7253fc text on a black background
contrast 4.36:1
Card sample
#7253fc text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253fc;
Background color
Panel with #7253fc background
background-color: #7253fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253fc; background: linear-gradient(135deg, #7253fc, #E353FC);