#c677df
a light, vivid violet · warm · closest name: orchid
RGB
198, 119, 223
HSL
286°, 62%, 67%
CMYK
11, 47, 0, 13
Luminance
0.3053
Every format
| HEX | #c677df |
| RGB | rgb(198, 119, 223) |
| HSL | hsl(286, 62%, 67%) |
| CMYK | cmyk(11%, 47%, 0%, 13%) |
| LAB | lab(62.1 47.8 -40.7) |
| LCH | lch(62.1 62.8 319.6) |
| OKLCH | oklch(0.693 0.167 317.6) |
Copy-ready code
/* CSS */
color: #c677df;
background-color: #c677df;
/* Tailwind (arbitrary) */
class="text-[#c677df] bg-[#c677df]"
/* SCSS */
$brand: #c677df;
/* SwiftUI */
Color(red: 0.776, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#c677df")Accessibility — WCAG contrast
Aa
#c677df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c677df on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green46.7%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c677df text on a black background
contrast 7.11:1
Card sample
#c677df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c677df;
Background color
Panel with #c677df background
background-color: #c677df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c677df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c677df; background: linear-gradient(135deg, #c677df, #DF77B3);