#c69cfb
a light, electric violet · warm · closest name: plum
RGB
198, 156, 251
HSL
267°, 92%, 80%
CMYK
21, 38, 0, 2
Luminance
0.4275
Every format
| HEX | #c69cfb |
| RGB | rgb(198, 156, 251) |
| HSL | hsl(267, 92%, 80%) |
| CMYK | cmyk(21%, 38%, 0%, 2%) |
| LAB | lab(71.4 33.8 -41.6) |
| LCH | lch(71.4 53.6 309.1) |
| OKLCH | oklch(0.767 0.139 303.6) |
Copy-ready code
/* CSS */
color: #c69cfb;
background-color: #c69cfb;
/* Tailwind (arbitrary) */
class="text-[#c69cfb] bg-[#c69cfb]"
/* SCSS */
$brand: #c69cfb;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#c69cfb")Accessibility — WCAG contrast
Aa
#c69cfb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cfb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c69cfb text on a black background
contrast 9.55:1
Card sample
#c69cfb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cfb;
Background color
Panel with #c69cfb background
background-color: #c69cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cfb; background: linear-gradient(135deg, #c69cfb, #FB9CF1);