#c282df
a light, vivid violet · warm · closest name: orchid
RGB
194, 130, 223
HSL
281°, 59%, 69%
CMYK
13, 42, 0, 13
Luminance
0.3276
Every format
| HEX | #c282df |
| RGB | rgb(194, 130, 223) |
| HSL | hsl(281, 59%, 69%) |
| CMYK | cmyk(13%, 42%, 0%, 13%) |
| LAB | lab(64.0 40.8 -37.8) |
| LCH | lch(64.0 55.6 317.1) |
| OKLCH | oklch(0.706 0.147 314.7) |
Copy-ready code
/* CSS */
color: #c282df;
background-color: #c282df;
/* Tailwind (arbitrary) */
class="text-[#c282df] bg-[#c282df]"
/* SCSS */
$brand: #c282df;
/* SwiftUI */
Color(red: 0.761, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#c282df")Accessibility — WCAG contrast
Aa
#c282df on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c282df on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green51.0%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c282df text on a black background
contrast 7.55:1
Card sample
#c282df text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c282df;
Background color
Panel with #c282df background
background-color: #c282df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c282df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c282df; background: linear-gradient(135deg, #c282df, #DF82BE);