#c25fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 95, 223
HSL
286°, 67%, 62%
CMYK
13, 57, 0, 13
Luminance
0.2498
Every format
| HEX | #c25fdf |
| RGB | rgb(194, 95, 223) |
| HSL | hsl(286, 67%, 62%) |
| CMYK | cmyk(13%, 57%, 0%, 13%) |
| LAB | lab(57.1 58.7 -48.7) |
| LCH | lch(57.1 76.3 320.3) |
| OKLCH | oklch(0.655 0.203 318.0) |
Copy-ready code
/* CSS */
color: #c25fdf;
background-color: #c25fdf;
/* Tailwind (arbitrary) */
class="text-[#c25fdf] bg-[#c25fdf]"
/* SCSS */
$brand: #c25fdf;
/* SwiftUI */
Color(red: 0.761, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c25fdf")Accessibility — WCAG contrast
Aa
#c25fdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25fdf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green37.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c25fdf text on a black background
contrast 6.00:1
Card sample
#c25fdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25fdf;
Background color
Panel with #c25fdf background
background-color: #c25fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25fdf; background: linear-gradient(135deg, #c25fdf, #DF5FA7);