#c280fd
a light, electric violet · warm · closest name: violet
RGB
194, 128, 253
HSL
272°, 97%, 75%
CMYK
23, 49, 0, 1
Luminance
0.3400
Every format
| HEX | #c280fd |
| RGB | rgb(194, 128, 253) |
| HSL | hsl(272, 97%, 75%) |
| CMYK | cmyk(23%, 49%, 0%, 1%) |
| LAB | lab(65.0 48.4 -52.8) |
| LCH | lch(65.0 71.6 312.5) |
| OKLCH | oklch(0.718 0.185 306.7) |
Copy-ready code
/* CSS */
color: #c280fd;
background-color: #c280fd;
/* Tailwind (arbitrary) */
class="text-[#c280fd] bg-[#c280fd]"
/* SCSS */
$brand: #c280fd;
/* SwiftUI */
Color(red: 0.761, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#c280fd")Accessibility — WCAG contrast
Aa
#c280fd on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c280fd on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.2%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c280fd text on a black background
contrast 7.80:1
Card sample
#c280fd text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c280fd;
Background color
Panel with #c280fd background
background-color: #c280fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c280fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c280fd; background: linear-gradient(135deg, #c280fd, #FD80E5);