#c09bfd
a light, electric violet · warm · closest name: plum
RGB
192, 155, 253
HSL
263°, 96%, 80%
CMYK
24, 39, 0, 1
Luminance
0.4174
Every format
| HEX | #c09bfd |
| RGB | rgb(192, 155, 253) |
| HSL | hsl(263, 96%, 80%) |
| CMYK | cmyk(24%, 39%, 0%, 1%) |
| LAB | lab(70.7 33.1 -43.8) |
| LCH | lch(70.7 54.9 307.1) |
| OKLCH | oklch(0.761 0.141 300.5) |
Copy-ready code
/* CSS */
color: #c09bfd;
background-color: #c09bfd;
/* Tailwind (arbitrary) */
class="text-[#c09bfd] bg-[#c09bfd]"
/* SCSS */
$brand: #c09bfd;
/* SwiftUI */
Color(red: 0.753, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c09bfd")Accessibility — WCAG contrast
Aa
#c09bfd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09bfd on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.8%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c09bfd text on a black background
contrast 9.35:1
Card sample
#c09bfd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09bfd;
Background color
Panel with #c09bfd background
background-color: #c09bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09bfd; background: linear-gradient(135deg, #c09bfd, #FD9BF9);