#c67eb7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
198, 126, 183
HSL
313°, 39%, 64%
CMYK
0, 36, 8, 22
Luminance
0.3035
Every format
| HEX | #c67eb7 |
| RGB | rgb(198, 126, 183) |
| HSL | hsl(313, 39%, 64%) |
| CMYK | cmyk(0%, 36%, 8%, 22%) |
| LAB | lab(62.0 36.5 -18.4) |
| LCH | lch(62.0 40.9 333.2) |
| OKLCH | oklch(0.686 0.116 334.7) |
Copy-ready code
/* CSS */
color: #c67eb7;
background-color: #c67eb7;
/* Tailwind (arbitrary) */
class="text-[#c67eb7] bg-[#c67eb7]"
/* SCSS */
$brand: #c67eb7;
/* SwiftUI */
Color(red: 0.776, green: 0.494, blue: 0.718)
/* Android */
Color.parseColor("#c67eb7")Accessibility — WCAG contrast
Aa
#c67eb7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67eb7 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green49.4%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow7.6%
Key (black)22.4%
Color previews
#c67eb7 text on a black background
contrast 7.07:1
Card sample
#c67eb7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67eb7;
Background color
Panel with #c67eb7 background
background-color: #c67eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 126, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 126, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67eb7; background: linear-gradient(135deg, #c67eb7, #C67E87);