#c69bdf
a light, vivid violet · warm · closest name: plum
RGB
198, 155, 223
HSL
278°, 52%, 74%
CMYK
11, 31, 0, 13
Luminance
0.4078
Every format
| HEX | #c69bdf |
| RGB | rgb(198, 155, 223) |
| HSL | hsl(278, 52%, 74%) |
| CMYK | cmyk(11%, 31%, 0%, 13%) |
| LAB | lab(70.0 28.3 -28.4) |
| LCH | lch(70.0 40.1 314.9) |
| OKLCH | oklch(0.753 0.106 312.7) |
Copy-ready code
/* CSS */
color: #c69bdf;
background-color: #c69bdf;
/* Tailwind (arbitrary) */
class="text-[#c69bdf] bg-[#c69bdf]"
/* SCSS */
$brand: #c69bdf;
/* SwiftUI */
Color(red: 0.776, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#c69bdf")Accessibility — WCAG contrast
Aa
#c69bdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69bdf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c69bdf text on a black background
contrast 9.16:1
Card sample
#c69bdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69bdf;
Background color
Panel with #c69bdf background
background-color: #c69bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69bdf; background: linear-gradient(135deg, #c69bdf, #DF9BCB);