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