#7174cb
a balanced, vivid blue · warm · closest name: slateblue
RGB
113, 116, 203
HSL
238°, 46%, 62%
CMYK
44, 43, 0, 20
Luminance
0.2031
Every format
| HEX | #7174cb |
| RGB | rgb(113, 116, 203) |
| HSL | hsl(238, 46%, 62%) |
| CMYK | cmyk(44%, 43%, 0%, 20%) |
| LAB | lab(52.2 21.4 -45.6) |
| LCH | lch(52.2 50.4 295.1) |
| OKLCH | oklch(0.596 0.131 280.1) |
Copy-ready code
/* CSS */
color: #7174cb;
background-color: #7174cb;
/* Tailwind (arbitrary) */
class="text-[#7174cb] bg-[#7174cb]"
/* SCSS */
$brand: #7174cb;
/* SwiftUI */
Color(red: 0.443, green: 0.455, blue: 0.796)
/* Android */
Color.parseColor("#7174cb")Accessibility — WCAG contrast
Aa
#7174cb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7174cb on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green45.5%
Blue79.6%
CMYK percentages
Cyan44.3%
Magenta42.9%
Yellow0.0%
Key (black)20.4%
Color previews
#7174cb text on a black background
contrast 5.06:1
Card sample
#7174cb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7174cb;
Background color
Panel with #7174cb background
background-color: #7174cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7174cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 116, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 116, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7174cb; background: linear-gradient(135deg, #7174cb, #AA71CB);