#c280df
a light, vivid violet · warm · closest name: orchid
RGB
194, 128, 223
HSL
282°, 60%, 69%
CMYK
13, 43, 0, 13
Luminance
0.3224
Every format
| HEX | #c280df |
| RGB | rgb(194, 128, 223) |
| HSL | hsl(282, 60%, 69%) |
| CMYK | cmyk(13%, 43%, 0%, 13%) |
| LAB | lab(63.5 41.9 -38.5) |
| LCH | lch(63.5 56.9 317.4) |
| OKLCH | oklch(0.703 0.150 314.9) |
Copy-ready code
/* CSS */
color: #c280df;
background-color: #c280df;
/* Tailwind (arbitrary) */
class="text-[#c280df] bg-[#c280df]"
/* SCSS */
$brand: #c280df;
/* SwiftUI */
Color(red: 0.761, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#c280df")Accessibility — WCAG contrast
Aa
#c280df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c280df on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.2%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c280df text on a black background
contrast 7.45:1
Card sample
#c280df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c280df;
Background color
Panel with #c280df background
background-color: #c280df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c280df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c280df; background: linear-gradient(135deg, #c280df, #DF80BD);