#c69ddf
a light, vivid violet · warm · closest name: plum
RGB
198, 157, 223
HSL
277°, 51%, 75%
CMYK
11, 30, 0, 13
Luminance
0.4145
Every format
| HEX | #c69ddf |
| RGB | rgb(198, 157, 223) |
| HSL | hsl(277, 51%, 75%) |
| CMYK | cmyk(11%, 30%, 0%, 13%) |
| LAB | lab(70.5 27.2 -27.7) |
| LCH | lch(70.5 38.8 314.5) |
| OKLCH | oklch(0.756 0.102 312.2) |
Copy-ready code
/* CSS */
color: #c69ddf;
background-color: #c69ddf;
/* Tailwind (arbitrary) */
class="text-[#c69ddf] bg-[#c69ddf]"
/* SCSS */
$brand: #c69ddf;
/* SwiftUI */
Color(red: 0.776, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#c69ddf")Accessibility — WCAG contrast
Aa
#c69ddf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69ddf on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c69ddf text on a black background
contrast 9.29:1
Card sample
#c69ddf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69ddf;
Background color
Panel with #c69ddf background
background-color: #c69ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69ddf; background: linear-gradient(135deg, #c69ddf, #DF9DCC);