#c284df
a light, vivid violet · warm · closest name: orchid
RGB
194, 132, 223
HSL
281°, 59%, 70%
CMYK
13, 41, 0, 13
Luminance
0.3330
Every format
| HEX | #c284df |
| RGB | rgb(194, 132, 223) |
| HSL | hsl(281, 59%, 70%) |
| CMYK | cmyk(13%, 41%, 0%, 13%) |
| LAB | lab(64.4 39.7 -37.1) |
| LCH | lch(64.4 54.4 316.9) |
| OKLCH | oklch(0.709 0.144 314.4) |
Copy-ready code
/* CSS */
color: #c284df;
background-color: #c284df;
/* Tailwind (arbitrary) */
class="text-[#c284df] bg-[#c284df]"
/* SCSS */
$brand: #c284df;
/* SwiftUI */
Color(red: 0.761, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#c284df")Accessibility — WCAG contrast
Aa
#c284df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c284df on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green51.8%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c284df text on a black background
contrast 7.66:1
Card sample
#c284df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c284df;
Background color
Panel with #c284df background
background-color: #c284df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c284df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c284df; background: linear-gradient(135deg, #c284df, #DF84BF);