#c68eb8
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 142, 184
HSL
315°, 33%, 67%
CMYK
0, 28, 7, 22
Luminance
0.3481
Every format
| HEX | #c68eb8 |
| RGB | rgb(198, 142, 184) |
| HSL | hsl(315, 33%, 67%) |
| CMYK | cmyk(0%, 28%, 7%, 22%) |
| LAB | lab(65.6 27.9 -13.5) |
| LCH | lch(65.6 31.0 334.2) |
| OKLCH | oklch(0.714 0.088 335.8) |
Copy-ready code
/* CSS */
color: #c68eb8;
background-color: #c68eb8;
/* Tailwind (arbitrary) */
class="text-[#c68eb8] bg-[#c68eb8]"
/* SCSS */
$brand: #c68eb8;
/* SwiftUI */
Color(red: 0.776, green: 0.557, blue: 0.722)
/* Android */
Color.parseColor("#c68eb8")Accessibility — WCAG contrast
Aa
#c68eb8 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68eb8 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.7%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow7.1%
Key (black)22.4%
Color previews
#c68eb8 text on a black background
contrast 7.96:1
Card sample
#c68eb8 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68eb8;
Background color
Panel with #c68eb8 background
background-color: #c68eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 142, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 142, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68eb8; background: linear-gradient(135deg, #c68eb8, #C68E93);