#c09cf7
a light, electric violet · warm · closest name: plum
RGB
192, 156, 247
HSL
264°, 85%, 79%
CMYK
22, 37, 0, 3
Luminance
0.4170
Every format
| HEX | #c09cf7 |
| RGB | rgb(192, 156, 247) |
| HSL | hsl(264, 85%, 79%) |
| CMYK | cmyk(22%, 37%, 0%, 3%) |
| LAB | lab(70.7 31.2 -40.6) |
| LCH | lch(70.7 51.2 307.5) |
| OKLCH | oklch(0.759 0.132 301.5) |
Copy-ready code
/* CSS */
color: #c09cf7;
background-color: #c09cf7;
/* Tailwind (arbitrary) */
class="text-[#c09cf7] bg-[#c09cf7]"
/* SCSS */
$brand: #c09cf7;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.969)
/* Android */
Color.parseColor("#c09cf7")Accessibility — WCAG contrast
Aa
#c09cf7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cf7 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta36.8%
Yellow0.0%
Key (black)3.1%
Color previews
#c09cf7 text on a black background
contrast 9.34:1
Card sample
#c09cf7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cf7;
Background color
Panel with #c09cf7 background
background-color: #c09cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cf7; background: linear-gradient(135deg, #c09cf7, #F79CF1);