#c69fd9
a light, soft violet · warm · closest name: plum
RGB
198, 159, 217
HSL
280°, 43%, 74%
CMYK
9, 27, 0, 15
Luminance
0.4181
Every format
| HEX | #c69fd9 |
| RGB | rgb(198, 159, 217) |
| HSL | hsl(280, 43%, 74%) |
| CMYK | cmyk(9%, 27%, 0%, 15%) |
| LAB | lab(70.7 24.9 -24.0) |
| LCH | lch(70.7 34.6 316.0) |
| OKLCH | oklch(0.757 0.092 314.5) |
Copy-ready code
/* CSS */
color: #c69fd9;
background-color: #c69fd9;
/* Tailwind (arbitrary) */
class="text-[#c69fd9] bg-[#c69fd9]"
/* SCSS */
$brand: #c69fd9;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.851)
/* Android */
Color.parseColor("#c69fd9")Accessibility — WCAG contrast
Aa
#c69fd9 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fd9 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue85.1%
CMYK percentages
Cyan8.8%
Magenta26.7%
Yellow0.0%
Key (black)14.9%
Color previews
#c69fd9 text on a black background
contrast 9.36:1
Card sample
#c69fd9 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fd9;
Background color
Panel with #c69fd9 background
background-color: #c69fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fd9; background: linear-gradient(135deg, #c69fd9, #D99FC5);