#c69af0
a light, vivid violet · warm · closest name: plum
RGB
198, 154, 240
HSL
271°, 74%, 77%
CMYK
18, 36, 0, 6
Luminance
0.4141
Every format
| HEX | #c69af0 |
| RGB | rgb(198, 154, 240) |
| HSL | hsl(271, 74%, 77%) |
| CMYK | cmyk(18%, 36%, 0%, 6%) |
| LAB | lab(70.5 32.5 -37.0) |
| LCH | lch(70.5 49.3 311.2) |
| OKLCH | oklch(0.758 0.128 307.1) |
Copy-ready code
/* CSS */
color: #c69af0;
background-color: #c69af0;
/* Tailwind (arbitrary) */
class="text-[#c69af0] bg-[#c69af0]"
/* SCSS */
$brand: #c69af0;
/* SwiftUI */
Color(red: 0.776, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#c69af0")Accessibility — WCAG contrast
Aa
#c69af0 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69af0 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green60.4%
Blue94.1%
CMYK percentages
Cyan17.5%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#c69af0 text on a black background
contrast 9.28:1
Card sample
#c69af0 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69af0;
Background color
Panel with #c69af0 background
background-color: #c69af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69af0; background: linear-gradient(135deg, #c69af0, #F09AE1);