#c69def
a light, vivid violet · warm · closest name: plum
RGB
198, 157, 239
HSL
270°, 72%, 78%
CMYK
17, 34, 0, 6
Luminance
0.4235
Every format
| HEX | #c69def |
| RGB | rgb(198, 157, 239) |
| HSL | hsl(270, 72%, 78%) |
| CMYK | cmyk(17%, 34%, 0%, 6%) |
| LAB | lab(71.1 30.6 -35.5) |
| LCH | lch(71.1 46.9 310.8) |
| OKLCH | oklch(0.763 0.122 306.6) |
Copy-ready code
/* CSS */
color: #c69def;
background-color: #c69def;
/* Tailwind (arbitrary) */
class="text-[#c69def] bg-[#c69def]"
/* SCSS */
$brand: #c69def;
/* SwiftUI */
Color(red: 0.776, green: 0.616, blue: 0.937)
/* Android */
Color.parseColor("#c69def")Accessibility — WCAG contrast
Aa
#c69def on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69def on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.6%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta34.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c69def text on a black background
contrast 9.47:1
Card sample
#c69def text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69def;
Background color
Panel with #c69def background
background-color: #c69def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 157, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 157, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69def; background: linear-gradient(135deg, #c69def, #EF9DE1);