#c677eb
a light, vivid violet · warm · closest name: orchid
RGB
198, 119, 235
HSL
281°, 74%, 69%
CMYK
16, 49, 0, 8
Luminance
0.3120
Every format
| HEX | #c677eb |
| RGB | rgb(198, 119, 235) |
| HSL | hsl(281, 74%, 69%) |
| CMYK | cmyk(16%, 49%, 0%, 8%) |
| LAB | lab(62.7 50.2 -46.5) |
| LCH | lch(62.7 68.4 317.2) |
| OKLCH | oklch(0.699 0.180 314.0) |
Copy-ready code
/* CSS */
color: #c677eb;
background-color: #c677eb;
/* Tailwind (arbitrary) */
class="text-[#c677eb] bg-[#c677eb]"
/* SCSS */
$brand: #c677eb;
/* SwiftUI */
Color(red: 0.776, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#c677eb")Accessibility — WCAG contrast
Aa
#c677eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c677eb on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green46.7%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c677eb text on a black background
contrast 7.24:1
Card sample
#c677eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c677eb;
Background color
Panel with #c677eb background
background-color: #c677eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c677eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c677eb; background: linear-gradient(135deg, #c677eb, #EB77C3);