#716688
a balanced, muted violet · warm · closest name: gray
RGB
113, 102, 136
HSL
259°, 14%, 47%
CMYK
17, 25, 0, 47
Luminance
0.1479
Every format
| HEX | #716688 |
| RGB | rgb(113, 102, 136) |
| HSL | hsl(259, 14%, 47%) |
| CMYK | cmyk(17%, 25%, 0%, 47%) |
| LAB | lab(45.4 11.7 -17.2) |
| LCH | lch(45.4 20.8 304.2) |
| OKLCH | oklch(0.533 0.054 299.4) |
Copy-ready code
/* CSS */
color: #716688;
background-color: #716688;
/* Tailwind (arbitrary) */
class="text-[#716688] bg-[#716688]"
/* SCSS */
$brand: #716688;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#716688")Accessibility — WCAG contrast
Aa
#716688 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716688 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue53.3%
CMYK percentages
Cyan16.9%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#716688 text on a black background
contrast 3.96:1
Card sample
#716688 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716688;
Background color
Panel with #716688 background
background-color: #716688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716688; background: linear-gradient(135deg, #716688, #886688);