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