#c25af2
a light, electric violet · warm · closest name: violet
RGB
194, 90, 242
HSL
281°, 85%, 65%
CMYK
20, 63, 0, 5
Luminance
0.2519
Every format
| HEX | #c25af2 |
| RGB | rgb(194, 90, 242) |
| HSL | hsl(281, 85%, 65%) |
| CMYK | cmyk(20%, 63%, 0%, 5%) |
| LAB | lab(57.3 64.8 -59.0) |
| LCH | lch(57.3 87.7 317.7) |
| OKLCH | oklch(0.660 0.229 313.4) |
Copy-ready code
/* CSS */
color: #c25af2;
background-color: #c25af2;
/* Tailwind (arbitrary) */
class="text-[#c25af2] bg-[#c25af2]"
/* SCSS */
$brand: #c25af2;
/* SwiftUI */
Color(red: 0.761, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#c25af2")Accessibility — WCAG contrast
Aa
#c25af2 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25af2 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green35.3%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c25af2 text on a black background
contrast 6.04:1
Card sample
#c25af2 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25af2;
Background color
Panel with #c25af2 background
background-color: #c25af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25af2; background: linear-gradient(135deg, #c25af2, #F25ABD);