#c26ddf
a light, vivid violet · warm · closest name: orchid
RGB
194, 109, 223
HSL
285°, 64%, 65%
CMYK
13, 51, 0, 13
Luminance
0.2773
Every format
| HEX | #c26ddf |
| RGB | rgb(194, 109, 223) |
| HSL | hsl(285, 64%, 65%) |
| CMYK | cmyk(13%, 51%, 0%, 13%) |
| LAB | lab(59.6 51.8 -44.6) |
| LCH | lch(59.6 68.4 319.3) |
| OKLCH | oklch(0.674 0.182 316.9) |
Copy-ready code
/* CSS */
color: #c26ddf;
background-color: #c26ddf;
/* Tailwind (arbitrary) */
class="text-[#c26ddf] bg-[#c26ddf]"
/* SCSS */
$brand: #c26ddf;
/* SwiftUI */
Color(red: 0.761, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#c26ddf")Accessibility — WCAG contrast
Aa
#c26ddf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26ddf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green42.7%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c26ddf text on a black background
contrast 6.55:1
Card sample
#c26ddf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26ddf;
Background color
Panel with #c26ddf background
background-color: #c26ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26ddf; background: linear-gradient(135deg, #c26ddf, #DF6DB0);