#714488
a dark, soft violet · warm · closest name: purple
RGB
113, 68, 136
HSL
280°, 33%, 40%
CMYK
17, 50, 0, 47
Luminance
0.0942
Every format
| HEX | #714488 |
| RGB | rgb(113, 68, 136) |
| HSL | hsl(280, 33%, 40%) |
| CMYK | cmyk(17%, 50%, 0%, 47%) |
| LAB | lab(36.8 32.2 -30.5) |
| LCH | lch(36.8 44.3 316.6) |
| OKLCH | oklch(0.468 0.116 313.2) |
Copy-ready code
/* CSS */
color: #714488;
background-color: #714488;
/* Tailwind (arbitrary) */
class="text-[#714488] bg-[#714488]"
/* SCSS */
$brand: #714488;
/* SwiftUI */
Color(red: 0.443, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#714488")Accessibility — WCAG contrast
Aa
#714488 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#714488 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green26.7%
Blue53.3%
CMYK percentages
Cyan16.9%
Magenta50.0%
Yellow0.0%
Key (black)46.7%
Color previews
#714488 text on a black background
contrast 2.88:1
Card sample
#714488 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #714488;
Background color
Panel with #714488 background
background-color: #714488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #714488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #714488; background: linear-gradient(135deg, #714488, #884472);