#c68bdf
a light, vivid violet · warm · closest name: plum
RGB
198, 139, 223
HSL
282°, 57%, 71%
CMYK
11, 38, 0, 13
Luminance
0.3580
Every format
| HEX | #c68bdf |
| RGB | rgb(198, 139, 223) |
| HSL | hsl(282, 57%, 71%) |
| CMYK | cmyk(11%, 38%, 0%, 13%) |
| LAB | lab(66.4 37.1 -34.1) |
| LCH | lch(66.4 50.4 317.4) |
| OKLCH | oklch(0.725 0.134 315.4) |
Copy-ready code
/* CSS */
color: #c68bdf;
background-color: #c68bdf;
/* Tailwind (arbitrary) */
class="text-[#c68bdf] bg-[#c68bdf]"
/* SCSS */
$brand: #c68bdf;
/* SwiftUI */
Color(red: 0.776, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#c68bdf")Accessibility — WCAG contrast
Aa
#c68bdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68bdf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green54.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c68bdf text on a black background
contrast 8.16:1
Card sample
#c68bdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68bdf;
Background color
Panel with #c68bdf background
background-color: #c68bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68bdf; background: linear-gradient(135deg, #c68bdf, #DF8BC0);