#c09cfb
a light, electric violet · warm · closest name: plum
RGB
192, 156, 251
HSL
263°, 92%, 80%
CMYK
24, 38, 0, 2
Luminance
0.4195
Every format
| HEX | #c09cfb |
| RGB | rgb(192, 156, 251) |
| HSL | hsl(263, 92%, 80%) |
| CMYK | cmyk(24%, 38%, 0%, 2%) |
| LAB | lab(70.8 32.1 -42.5) |
| LCH | lch(70.8 53.3 307.1) |
| OKLCH | oklch(0.761 0.137 300.6) |
Copy-ready code
/* CSS */
color: #c09cfb;
background-color: #c09cfb;
/* Tailwind (arbitrary) */
class="text-[#c09cfb] bg-[#c09cfb]"
/* SCSS */
$brand: #c09cfb;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#c09cfb")Accessibility — WCAG contrast
Aa
#c09cfb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cfb on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c09cfb text on a black background
contrast 9.39:1
Card sample
#c09cfb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cfb;
Background color
Panel with #c09cfb background
background-color: #c09cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cfb; background: linear-gradient(135deg, #c09cfb, #FB9CF7);