#6b245f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
107, 36, 95
HSL
310°, 50%, 28%
CMYK
0, 66, 11, 58
Luminance
0.0521
Every format
| HEX | #6b245f |
| RGB | rgb(107, 36, 95) |
| HSL | hsl(310, 50%, 28%) |
| CMYK | cmyk(0%, 66%, 11%, 58%) |
| LAB | lab(27.3 39.0 -19.5) |
| LCH | lch(27.3 43.6 333.5) |
| OKLCH | oklch(0.390 0.125 335.0) |
Copy-ready code
/* CSS */
color: #6b245f;
background-color: #6b245f;
/* Tailwind (arbitrary) */
class="text-[#6b245f] bg-[#6b245f]"
/* SCSS */
$brand: #6b245f;
/* SwiftUI */
Color(red: 0.420, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#6b245f")Accessibility — WCAG contrast
Aa
#6b245f on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b245f on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green14.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow11.2%
Key (black)58.0%
Color previews
#6b245f text on a black background
contrast 2.04:1
Card sample
#6b245f text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b245f;
Background color
Panel with #6b245f background
background-color: #6b245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b245f; background: linear-gradient(135deg, #6b245f, #6B2430);