#c68eb5
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 142, 181
HSL
318°, 33%, 67%
CMYK
0, 28, 9, 22
Luminance
0.3469
Every format
| HEX | #c68eb5 |
| RGB | rgb(198, 142, 181) |
| HSL | hsl(318, 33%, 67%) |
| CMYK | cmyk(0%, 28%, 9%, 22%) |
| LAB | lab(65.5 27.4 -11.9) |
| LCH | lch(65.5 29.9 336.5) |
| OKLCH | oklch(0.713 0.085 338.1) |
Copy-ready code
/* CSS */
color: #c68eb5;
background-color: #c68eb5;
/* Tailwind (arbitrary) */
class="text-[#c68eb5] bg-[#c68eb5]"
/* SCSS */
$brand: #c68eb5;
/* SwiftUI */
Color(red: 0.776, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#c68eb5")Accessibility — WCAG contrast
Aa
#c68eb5 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68eb5 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow8.6%
Key (black)22.4%
Color previews
#c68eb5 text on a black background
contrast 7.94:1
Card sample
#c68eb5 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68eb5;
Background color
Panel with #c68eb5 background
background-color: #c68eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68eb5; background: linear-gradient(135deg, #c68eb5, #C68E90);