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