#c09cfd
a light, electric violet · warm · closest name: plum
RGB
192, 156, 253
HSL
262°, 96%, 80%
CMYK
24, 38, 0, 1
Luminance
0.4208
Every format
| HEX | #c09cfd |
| RGB | rgb(192, 156, 253) |
| HSL | hsl(262, 96%, 80%) |
| CMYK | cmyk(24%, 38%, 0%, 1%) |
| LAB | lab(70.9 32.6 -43.5) |
| LCH | lch(70.9 54.3 306.9) |
| OKLCH | oklch(0.762 0.140 300.2) |
Copy-ready code
/* CSS */
color: #c09cfd;
background-color: #c09cfd;
/* Tailwind (arbitrary) */
class="text-[#c09cfd] bg-[#c09cfd]"
/* SCSS */
$brand: #c09cfd;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#c09cfd")Accessibility — WCAG contrast
Aa
#c09cfd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cfd on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c09cfd text on a black background
contrast 9.42:1
Card sample
#c09cfd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cfd;
Background color
Panel with #c09cfd background
background-color: #c09cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cfd; background: linear-gradient(135deg, #c09cfd, #FD9CF9);