#c092ff
a light, electric violet · warm · closest name: violet
RGB
192, 146, 255
HSL
265°, 100%, 79%
CMYK
25, 43, 0, 0
Luminance
0.3898
Every format
| HEX | #c092ff |
| RGB | rgb(192, 146, 255) |
| HSL | hsl(265, 100%, 79%) |
| CMYK | cmyk(25%, 43%, 0%, 0%) |
| LAB | lab(68.7 38.5 -48.0) |
| LCH | lch(68.7 61.5 308.8) |
| OKLCH | oklch(0.746 0.158 302.2) |
Copy-ready code
/* CSS */
color: #c092ff;
background-color: #c092ff;
/* Tailwind (arbitrary) */
class="text-[#c092ff] bg-[#c092ff]"
/* SCSS */
$brand: #c092ff;
/* SwiftUI */
Color(red: 0.753, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#c092ff")Accessibility — WCAG contrast
Aa
#c092ff on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c092ff on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.3%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c092ff text on a black background
contrast 8.80:1
Card sample
#c092ff text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c092ff;
Background color
Panel with #c092ff background
background-color: #c092ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c092ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c092ff; background: linear-gradient(135deg, #c092ff, #FF92F5);