#c05dfb
a light, electric violet · warm · closest name: violet
RGB
192, 93, 251
HSL
278°, 95%, 68%
CMYK
24, 63, 0, 2
Luminance
0.2600
Every format
| HEX | #c05dfb |
| RGB | rgb(192, 93, 251) |
| HSL | hsl(278, 95%, 68%) |
| CMYK | cmyk(24%, 63%, 0%, 2%) |
| LAB | lab(58.0 64.9 -62.8) |
| LCH | lch(58.0 90.3 315.9) |
| OKLCH | oklch(0.666 0.233 310.4) |
Copy-ready code
/* CSS */
color: #c05dfb;
background-color: #c05dfb;
/* Tailwind (arbitrary) */
class="text-[#c05dfb] bg-[#c05dfb]"
/* SCSS */
$brand: #c05dfb;
/* SwiftUI */
Color(red: 0.753, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#c05dfb")Accessibility — WCAG contrast
Aa
#c05dfb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05dfb on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green36.5%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c05dfb text on a black background
contrast 6.20:1
Card sample
#c05dfb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05dfb;
Background color
Panel with #c05dfb background
background-color: #c05dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05dfb; background: linear-gradient(135deg, #c05dfb, #FB5DCD);