#c25bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 91, 223
HSL
287°, 67%, 62%
CMYK
13, 59, 0, 13
Luminance
0.2428
Every format
| HEX | #c25bdf |
| RGB | rgb(194, 91, 223) |
| HSL | hsl(287, 67%, 62%) |
| CMYK | cmyk(13%, 59%, 0%, 13%) |
| LAB | lab(56.4 60.6 -49.8) |
| LCH | lch(56.4 78.4 320.6) |
| OKLCH | oklch(0.650 0.209 318.3) |
Copy-ready code
/* CSS */
color: #c25bdf;
background-color: #c25bdf;
/* Tailwind (arbitrary) */
class="text-[#c25bdf] bg-[#c25bdf]"
/* SCSS */
$brand: #c25bdf;
/* SwiftUI */
Color(red: 0.761, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#c25bdf")Accessibility — WCAG contrast
Aa
#c25bdf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25bdf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green35.7%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c25bdf text on a black background
contrast 5.86:1
Card sample
#c25bdf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25bdf;
Background color
Panel with #c25bdf background
background-color: #c25bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25bdf; background: linear-gradient(135deg, #c25bdf, #DF5BA4);