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