#7175cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
113, 117, 207
HSL
237°, 50%, 63%
CMYK
45, 44, 0, 19
Luminance
0.2074
Every format
| HEX | #7175cf |
| RGB | rgb(113, 117, 207) |
| HSL | hsl(237, 50%, 63%) |
| CMYK | cmyk(45%, 44%, 0%, 19%) |
| LAB | lab(52.7 22.0 -47.1) |
| LCH | lch(52.7 52.0 295.0) |
| OKLCH | oklch(0.600 0.135 279.6) |
Copy-ready code
/* CSS */
color: #7175cf;
background-color: #7175cf;
/* Tailwind (arbitrary) */
class="text-[#7175cf] bg-[#7175cf]"
/* SCSS */
$brand: #7175cf;
/* SwiftUI */
Color(red: 0.443, green: 0.459, blue: 0.812)
/* Android */
Color.parseColor("#7175cf")Accessibility — WCAG contrast
Aa
#7175cf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7175cf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green45.9%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta43.5%
Yellow0.0%
Key (black)18.8%
Color previews
#7175cf text on a black background
contrast 5.15:1
Card sample
#7175cf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7175cf;
Background color
Panel with #7175cf background
background-color: #7175cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7175cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 117, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 117, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7175cf; background: linear-gradient(135deg, #7175cf, #AB71CF);