#c093fd
a light, electric violet · warm · closest name: violet
RGB
192, 147, 253
HSL
266°, 96%, 78%
CMYK
24, 42, 0, 1
Luminance
0.3917
Every format
| HEX | #c093fd |
| RGB | rgb(192, 147, 253) |
| HSL | hsl(266, 96%, 78%) |
| CMYK | cmyk(24%, 42%, 0%, 1%) |
| LAB | lab(68.9 37.5 -46.7) |
| LCH | lch(68.9 59.9 308.8) |
| OKLCH | oklch(0.747 0.154 302.4) |
Copy-ready code
/* CSS */
color: #c093fd;
background-color: #c093fd;
/* Tailwind (arbitrary) */
class="text-[#c093fd] bg-[#c093fd]"
/* SCSS */
$brand: #c093fd;
/* SwiftUI */
Color(red: 0.753, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#c093fd")Accessibility — WCAG contrast
Aa
#c093fd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c093fd on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.6%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c093fd text on a black background
contrast 8.83:1
Card sample
#c093fd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c093fd;
Background color
Panel with #c093fd background
background-color: #c093fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c093fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c093fd; background: linear-gradient(135deg, #c093fd, #FD93F3);