#c69fd4
a light, soft violet · warm · closest name: plum
RGB
198, 159, 212
HSL
284°, 38%, 73%
CMYK
7, 25, 0, 17
Luminance
0.4156
Every format
| HEX | #c69fd4 |
| RGB | rgb(198, 159, 212) |
| HSL | hsl(284, 38%, 73%) |
| CMYK | cmyk(7%, 25%, 0%, 17%) |
| LAB | lab(70.6 23.9 -21.5) |
| LCH | lch(70.6 32.1 317.9) |
| OKLCH | oklch(0.755 0.086 317.0) |
Copy-ready code
/* CSS */
color: #c69fd4;
background-color: #c69fd4;
/* Tailwind (arbitrary) */
class="text-[#c69fd4] bg-[#c69fd4]"
/* SCSS */
$brand: #c69fd4;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.831)
/* Android */
Color.parseColor("#c69fd4")Accessibility — WCAG contrast
Aa
#c69fd4 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fd4 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue83.1%
CMYK percentages
Cyan6.6%
Magenta25.0%
Yellow0.0%
Key (black)16.9%
Color previews
#c69fd4 text on a black background
contrast 9.31:1
Card sample
#c69fd4 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fd4;
Background color
Panel with #c69fd4 background
background-color: #c69fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fd4; background: linear-gradient(135deg, #c69fd4, #D49FBF);