#c09cef
a light, vivid violet · warm · closest name: plum
RGB
192, 156, 239
HSL
266°, 72%, 78%
CMYK
20, 35, 0, 6
Luminance
0.4122
Every format
| HEX | #c09cef |
| RGB | rgb(192, 156, 239) |
| HSL | hsl(266, 72%, 78%) |
| CMYK | cmyk(20%, 35%, 0%, 6%) |
| LAB | lab(70.3 29.4 -36.8) |
| LCH | lch(70.3 47.0 308.6) |
| OKLCH | oklch(0.756 0.122 303.5) |
Copy-ready code
/* CSS */
color: #c09cef;
background-color: #c09cef;
/* Tailwind (arbitrary) */
class="text-[#c09cef] bg-[#c09cef]"
/* SCSS */
$brand: #c09cef;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#c09cef")Accessibility — WCAG contrast
Aa
#c09cef on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cef on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#c09cef text on a black background
contrast 9.24:1
Card sample
#c09cef text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cef;
Background color
Panel with #c09cef background
background-color: #c09cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cef; background: linear-gradient(135deg, #c09cef, #EF9CE7);