#c09af0
a light, vivid violet · warm · closest name: plum
RGB
192, 154, 240
HSL
267°, 74%, 77%
CMYK
20, 36, 0, 6
Luminance
0.4061
Every format
| HEX | #c09af0 |
| RGB | rgb(192, 154, 240) |
| HSL | hsl(267, 74%, 77%) |
| CMYK | cmyk(20%, 36%, 0%, 6%) |
| LAB | lab(69.9 30.7 -38.0) |
| LCH | lch(69.9 48.8 309.0) |
| OKLCH | oklch(0.753 0.127 303.8) |
Copy-ready code
/* CSS */
color: #c09af0;
background-color: #c09af0;
/* Tailwind (arbitrary) */
class="text-[#c09af0] bg-[#c09af0]"
/* SCSS */
$brand: #c09af0;
/* SwiftUI */
Color(red: 0.753, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#c09af0")Accessibility — WCAG contrast
Aa
#c09af0 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09af0 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.4%
Blue94.1%
CMYK percentages
Cyan20.0%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#c09af0 text on a black background
contrast 9.12:1
Card sample
#c09af0 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09af0;
Background color
Panel with #c09af0 background
background-color: #c09af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09af0; background: linear-gradient(135deg, #c09af0, #F09AE7);