#c977df
a light, vivid violet · warm · closest name: orchid
RGB
201, 119, 223
HSL
287°, 62%, 67%
CMYK
10, 47, 0, 13
Luminance
0.3094
Every format
| HEX | #c977df |
| RGB | rgb(201, 119, 223) |
| HSL | hsl(287, 62%, 67%) |
| CMYK | cmyk(10%, 47%, 0%, 13%) |
| LAB | lab(62.5 48.6 -40.1) |
| LCH | lch(62.5 63.0 320.5) |
| OKLCH | oklch(0.696 0.169 318.9) |
Copy-ready code
/* CSS */
color: #c977df;
background-color: #c977df;
/* Tailwind (arbitrary) */
class="text-[#c977df] bg-[#c977df]"
/* SCSS */
$brand: #c977df;
/* SwiftUI */
Color(red: 0.788, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#c977df")Accessibility — WCAG contrast
Aa
#c977df on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c977df on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.7%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c977df text on a black background
contrast 7.19:1
Card sample
#c977df text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c977df;
Background color
Panel with #c977df background
background-color: #c977df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c977df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c977df; background: linear-gradient(135deg, #c977df, #DF77B0);