#623b6e
a dark, soft violet · warm · closest name: midnightblue
RGB
98, 59, 110
HSL
286°, 30%, 33%
CMYK
11, 46, 0, 57
Luminance
0.0685
Every format
| HEX | #623b6e |
| RGB | rgb(98, 59, 110) |
| HSL | hsl(286, 30%, 33%) |
| CMYK | cmyk(11%, 46%, 0%, 57%) |
| LAB | lab(31.5 26.8 -22.8) |
| LCH | lch(31.5 35.1 319.6) |
| OKLCH | oklch(0.420 0.094 317.9) |
Copy-ready code
/* CSS */
color: #623b6e;
background-color: #623b6e;
/* Tailwind (arbitrary) */
class="text-[#623b6e] bg-[#623b6e]"
/* SCSS */
$brand: #623b6e;
/* SwiftUI */
Color(red: 0.384, green: 0.231, blue: 0.431)
/* Android */
Color.parseColor("#623b6e")Accessibility — WCAG contrast
Aa
#623b6e on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#623b6e on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green23.1%
Blue43.1%
CMYK percentages
Cyan10.9%
Magenta46.4%
Yellow0.0%
Key (black)56.9%
Color previews
#623b6e text on a black background
contrast 2.37:1
Card sample
#623b6e text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623b6e;
Background color
Panel with #623b6e background
background-color: #623b6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623b6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 59, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 59, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623b6e; background: linear-gradient(135deg, #623b6e, #6E3B58);