#c671eb
a light, electric violet · warm · closest name: orchid
RGB
198, 113, 235
HSL
282°, 75%, 68%
CMYK
16, 52, 0, 8
Luminance
0.2981
Every format
| HEX | #c671eb |
| RGB | rgb(198, 113, 235) |
| HSL | hsl(282, 75%, 68%) |
| CMYK | cmyk(16%, 52%, 0%, 8%) |
| LAB | lab(61.5 53.3 -48.4) |
| LCH | lch(61.5 72.0 317.8) |
| OKLCH | oklch(0.690 0.190 314.7) |
Copy-ready code
/* CSS */
color: #c671eb;
background-color: #c671eb;
/* Tailwind (arbitrary) */
class="text-[#c671eb] bg-[#c671eb]"
/* SCSS */
$brand: #c671eb;
/* SwiftUI */
Color(red: 0.776, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#c671eb")Accessibility — WCAG contrast
Aa
#c671eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c671eb on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green44.3%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c671eb text on a black background
contrast 6.96:1
Card sample
#c671eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c671eb;
Background color
Panel with #c671eb background
background-color: #c671eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c671eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c671eb; background: linear-gradient(135deg, #c671eb, #EB71BF);