#c277ff
a light, electric violet · warm · closest name: violet
RGB
194, 119, 255
HSL
273°, 100%, 73%
CMYK
24, 53, 0, 0
Luminance
0.3188
Every format
| HEX | #c277ff |
| RGB | rgb(194, 119, 255) |
| HSL | hsl(273, 100%, 73%) |
| CMYK | cmyk(24%, 53%, 0%, 0%) |
| LAB | lab(63.3 53.5 -56.6) |
| LCH | lch(63.3 77.9 313.4) |
| OKLCH | oklch(0.706 0.201 307.5) |
Copy-ready code
/* CSS */
color: #c277ff;
background-color: #c277ff;
/* Tailwind (arbitrary) */
class="text-[#c277ff] bg-[#c277ff]"
/* SCSS */
$brand: #c277ff;
/* SwiftUI */
Color(red: 0.761, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#c277ff")Accessibility — WCAG contrast
Aa
#c277ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c277ff on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green46.7%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c277ff text on a black background
contrast 7.38:1
Card sample
#c277ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c277ff;
Background color
Panel with #c277ff background
background-color: #c277ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c277ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c277ff; background: linear-gradient(135deg, #c277ff, #FF77E1);