#c67eb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
198, 126, 180
HSL
315°, 39%, 64%
CMYK
0, 36, 9, 22
Luminance
0.3022
Every format
| HEX | #c67eb4 |
| RGB | rgb(198, 126, 180) |
| HSL | hsl(315, 39%, 64%) |
| CMYK | cmyk(0%, 36%, 9%, 22%) |
| LAB | lab(61.9 36.0 -16.9) |
| LCH | lch(61.9 39.7 334.9) |
| OKLCH | oklch(0.685 0.113 336.5) |
Copy-ready code
/* CSS */
color: #c67eb4;
background-color: #c67eb4;
/* Tailwind (arbitrary) */
class="text-[#c67eb4] bg-[#c67eb4]"
/* SCSS */
$brand: #c67eb4;
/* SwiftUI */
Color(red: 0.776, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#c67eb4")Accessibility — WCAG contrast
Aa
#c67eb4 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67eb4 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green49.4%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow9.1%
Key (black)22.4%
Color previews
#c67eb4 text on a black background
contrast 7.04:1
Card sample
#c67eb4 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67eb4;
Background color
Panel with #c67eb4 background
background-color: #c67eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67eb4; background: linear-gradient(135deg, #c67eb4, #C67E84);