#c673eb
a light, electric violet · warm · closest name: orchid
RGB
198, 115, 235
HSL
282°, 75%, 69%
CMYK
16, 51, 0, 8
Luminance
0.3027
Every format
| HEX | #c673eb |
| RGB | rgb(198, 115, 235) |
| HSL | hsl(282, 75%, 69%) |
| CMYK | cmyk(16%, 51%, 0%, 8%) |
| LAB | lab(61.9 52.3 -47.7) |
| LCH | lch(61.9 70.8 317.6) |
| OKLCH | oklch(0.693 0.186 314.5) |
Copy-ready code
/* CSS */
color: #c673eb;
background-color: #c673eb;
/* Tailwind (arbitrary) */
class="text-[#c673eb] bg-[#c673eb]"
/* SCSS */
$brand: #c673eb;
/* SwiftUI */
Color(red: 0.776, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#c673eb")Accessibility — WCAG contrast
Aa
#c673eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c673eb on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.1%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c673eb text on a black background
contrast 7.05:1
Card sample
#c673eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c673eb;
Background color
Panel with #c673eb background
background-color: #c673eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c673eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c673eb; background: linear-gradient(135deg, #c673eb, #EB73C0);