#c25bfd
a light, electric violet · warm · closest name: violet
RGB
194, 91, 253
HSL
278°, 98%, 68%
CMYK
23, 64, 0, 1
Luminance
0.2604
Every format
| HEX | #c25bfd |
| RGB | rgb(194, 91, 253) |
| HSL | hsl(278, 98%, 68%) |
| CMYK | cmyk(23%, 64%, 0%, 1%) |
| LAB | lab(58.1 66.7 -63.8) |
| LCH | lch(58.1 92.3 316.2) |
| OKLCH | oklch(0.668 0.238 310.8) |
Copy-ready code
/* CSS */
color: #c25bfd;
background-color: #c25bfd;
/* Tailwind (arbitrary) */
class="text-[#c25bfd] bg-[#c25bfd]"
/* SCSS */
$brand: #c25bfd;
/* SwiftUI */
Color(red: 0.761, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#c25bfd")Accessibility — WCAG contrast
Aa
#c25bfd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25bfd on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green35.7%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c25bfd text on a black background
contrast 6.21:1
Card sample
#c25bfd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25bfd;
Background color
Panel with #c25bfd background
background-color: #c25bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25bfd; background: linear-gradient(135deg, #c25bfd, #FD5BCC);