#c09aff
a light, electric violet · warm · closest name: plum
RGB
192, 154, 255
HSL
263°, 100%, 80%
CMYK
25, 40, 0, 0
Luminance
0.4154
Every format
| HEX | #c09aff |
| RGB | rgb(192, 154, 255) |
| HSL | hsl(263, 100%, 80%) |
| CMYK | cmyk(25%, 40%, 0%, 0%) |
| LAB | lab(70.5 34.1 -45.1) |
| LCH | lch(70.5 56.6 307.1) |
| OKLCH | oklch(0.760 0.146 300.3) |
Copy-ready code
/* CSS */
color: #c09aff;
background-color: #c09aff;
/* Tailwind (arbitrary) */
class="text-[#c09aff] bg-[#c09aff]"
/* SCSS */
$brand: #c09aff;
/* SwiftUI */
Color(red: 0.753, green: 0.604, blue: 1.000)
/* Android */
Color.parseColor("#c09aff")Accessibility — WCAG contrast
Aa
#c09aff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09aff on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.4%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta39.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c09aff text on a black background
contrast 9.31:1
Card sample
#c09aff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09aff;
Background color
Panel with #c09aff background
background-color: #c09aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 154, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 154, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09aff; background: linear-gradient(135deg, #c09aff, #FF9AFB);