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