#c655eb
a balanced, electric violet · warm · closest name: orchid
RGB
198, 85, 235
HSL
285°, 79%, 63%
CMYK
16, 64, 0, 8
Luminance
0.2450
Every format
| HEX | #c655eb |
| RGB | rgb(198, 85, 235) |
| HSL | hsl(285, 79%, 63%) |
| CMYK | cmyk(16%, 64%, 0%, 8%) |
| LAB | lab(56.6 66.5 -56.2) |
| LCH | lch(56.6 87.1 319.8) |
| OKLCH | oklch(0.654 0.230 316.8) |
Copy-ready code
/* CSS */
color: #c655eb;
background-color: #c655eb;
/* Tailwind (arbitrary) */
class="text-[#c655eb] bg-[#c655eb]"
/* SCSS */
$brand: #c655eb;
/* SwiftUI */
Color(red: 0.776, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#c655eb")Accessibility — WCAG contrast
Aa
#c655eb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c655eb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green33.3%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta63.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c655eb text on a black background
contrast 5.90:1
Card sample
#c655eb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c655eb;
Background color
Panel with #c655eb background
background-color: #c655eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c655eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c655eb; background: linear-gradient(135deg, #c655eb, #EB55AC);