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