#c280eb
a light, vivid violet · warm · closest name: orchid
RGB
194, 128, 235
HSL
277°, 73%, 71%
CMYK
17, 46, 0, 8
Luminance
0.3291
Every format
| HEX | #c280eb |
| RGB | rgb(194, 128, 235) |
| HSL | hsl(277, 73%, 71%) |
| CMYK | cmyk(17%, 46%, 0%, 8%) |
| LAB | lab(64.1 44.4 -44.3) |
| LCH | lch(64.1 62.7 315.1) |
| OKLCH | oklch(0.709 0.164 311.3) |
Copy-ready code
/* CSS */
color: #c280eb;
background-color: #c280eb;
/* Tailwind (arbitrary) */
class="text-[#c280eb] bg-[#c280eb]"
/* SCSS */
$brand: #c280eb;
/* SwiftUI */
Color(red: 0.761, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#c280eb")Accessibility — WCAG contrast
Aa
#c280eb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c280eb on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.2%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c280eb text on a black background
contrast 7.58:1
Card sample
#c280eb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c280eb;
Background color
Panel with #c280eb background
background-color: #c280eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c280eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c280eb; background: linear-gradient(135deg, #c280eb, #EB80CD);