#7144ff
a balanced, electric blue · warm · closest name: blue
RGB
113, 68, 255
HSL
254°, 100%, 63%
CMYK
56, 73, 0, 0
Luminance
0.1486
Every format
| HEX | #7144ff |
| RGB | rgb(113, 68, 255) |
| HSL | hsl(254, 100%, 63%) |
| CMYK | cmyk(56%, 73%, 0%, 0%) |
| LAB | lab(45.5 63.5 -85.9) |
| LCH | lch(45.5 106.8 306.5) |
| OKLCH | oklch(0.558 0.257 285.6) |
Copy-ready code
/* CSS */
color: #7144ff;
background-color: #7144ff;
/* Tailwind (arbitrary) */
class="text-[#7144ff] bg-[#7144ff]"
/* SCSS */
$brand: #7144ff;
/* SwiftUI */
Color(red: 0.443, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#7144ff")Accessibility — WCAG contrast
Aa
#7144ff on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7144ff on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green26.7%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7144ff text on a black background
contrast 3.97:1
Card sample
#7144ff text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7144ff;
Background color
Panel with #7144ff background
background-color: #7144ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7144ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7144ff; background: linear-gradient(135deg, #7144ff, #EE44FF);