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