#c69cdb
a light, vivid violet · warm · closest name: plum
RGB
198, 156, 219
HSL
280°, 47%, 74%
CMYK
10, 29, 0, 14
Luminance
0.4090
Every format
| HEX | #c69cdb |
| RGB | rgb(198, 156, 219) |
| HSL | hsl(280, 47%, 74%) |
| CMYK | cmyk(10%, 29%, 0%, 14%) |
| LAB | lab(70.1 26.9 -26.1) |
| LCH | lch(70.1 37.5 315.9) |
| OKLCH | oklch(0.753 0.099 314.2) |
Copy-ready code
/* CSS */
color: #c69cdb;
background-color: #c69cdb;
/* Tailwind (arbitrary) */
class="text-[#c69cdb] bg-[#c69cdb]"
/* SCSS */
$brand: #c69cdb;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.859)
/* Android */
Color.parseColor("#c69cdb")Accessibility — WCAG contrast
Aa
#c69cdb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cdb on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue85.9%
CMYK percentages
Cyan9.6%
Magenta28.8%
Yellow0.0%
Key (black)14.1%
Color previews
#c69cdb text on a black background
contrast 9.18:1
Card sample
#c69cdb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cdb;
Background color
Panel with #c69cdb background
background-color: #c69cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cdb; background: linear-gradient(135deg, #c69cdb, #DB9CC6);