#c285e0
a light, vivid violet · warm · closest name: orchid
RGB
194, 133, 224
HSL
280°, 60%, 70%
CMYK
13, 41, 0, 12
Luminance
0.3363
Every format
| HEX | #c285e0 |
| RGB | rgb(194, 133, 224) |
| HSL | hsl(280, 60%, 70%) |
| CMYK | cmyk(13%, 41%, 0%, 12%) |
| LAB | lab(64.7 39.4 -37.3) |
| LCH | lch(64.7 54.2 316.5) |
| OKLCH | oklch(0.711 0.143 313.9) |
Copy-ready code
/* CSS */
color: #c285e0;
background-color: #c285e0;
/* Tailwind (arbitrary) */
class="text-[#c285e0] bg-[#c285e0]"
/* SCSS */
$brand: #c285e0;
/* SwiftUI */
Color(red: 0.761, green: 0.522, blue: 0.878)
/* Android */
Color.parseColor("#c285e0")Accessibility — WCAG contrast
Aa
#c285e0 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c285e0 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.2%
Blue87.8%
CMYK percentages
Cyan13.4%
Magenta40.6%
Yellow0.0%
Key (black)12.2%
Color previews
#c285e0 text on a black background
contrast 7.73:1
Card sample
#c285e0 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c285e0;
Background color
Panel with #c285e0 background
background-color: #c285e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c285e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 133, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 133, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c285e0; background: linear-gradient(135deg, #c285e0, #E085C1);