#c26cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 108, 223
HSL
285°, 64%, 65%
CMYK
13, 52, 0, 13
Luminance
0.2752
Every format
| HEX | #c26cdf |
| RGB | rgb(194, 108, 223) |
| HSL | hsl(285, 64%, 65%) |
| CMYK | cmyk(13%, 52%, 0%, 13%) |
| LAB | lab(59.5 52.3 -44.9) |
| LCH | lch(59.5 69.0 319.4) |
| OKLCH | oklch(0.672 0.183 317.0) |
Copy-ready code
/* CSS */
color: #c26cdf;
background-color: #c26cdf;
/* Tailwind (arbitrary) */
class="text-[#c26cdf] bg-[#c26cdf]"
/* SCSS */
$brand: #c26cdf;
/* SwiftUI */
Color(red: 0.761, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#c26cdf")Accessibility — WCAG contrast
Aa
#c26cdf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26cdf on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c26cdf text on a black background
contrast 6.50:1
Card sample
#c26cdf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26cdf;
Background color
Panel with #c26cdf background
background-color: #c26cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26cdf; background: linear-gradient(135deg, #c26cdf, #DF6CAF);