#c261eb
a light, electric violet · warm · closest name: orchid
RGB
194, 97, 235
HSL
282°, 78%, 65%
CMYK
17, 59, 0, 8
Luminance
0.2602
Every format
| HEX | #c261eb |
| RGB | rgb(194, 97, 235) |
| HSL | hsl(282, 78%, 65%) |
| CMYK | cmyk(17%, 59%, 0%, 8%) |
| LAB | lab(58.0 60.2 -53.9) |
| LCH | lch(58.0 80.8 318.2) |
| OKLCH | oklch(0.664 0.212 314.6) |
Copy-ready code
/* CSS */
color: #c261eb;
background-color: #c261eb;
/* Tailwind (arbitrary) */
class="text-[#c261eb] bg-[#c261eb]"
/* SCSS */
$brand: #c261eb;
/* SwiftUI */
Color(red: 0.761, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#c261eb")Accessibility — WCAG contrast
Aa
#c261eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c261eb on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green38.0%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c261eb text on a black background
contrast 6.20:1
Card sample
#c261eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c261eb;
Background color
Panel with #c261eb background
background-color: #c261eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c261eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c261eb; background: linear-gradient(135deg, #c261eb, #EB61B8);