#c285eb
a light, vivid violet · warm · closest name: orchid
RGB
194, 133, 235
HSL
276°, 72%, 72%
CMYK
17, 43, 0, 8
Luminance
0.3424
Every format
| HEX | #c285eb |
| RGB | rgb(194, 133, 235) |
| HSL | hsl(276, 72%, 72%) |
| CMYK | cmyk(17%, 43%, 0%, 8%) |
| LAB | lab(65.2 41.7 -42.6) |
| LCH | lch(65.2 59.6 314.4) |
| OKLCH | oklch(0.717 0.156 310.5) |
Copy-ready code
/* CSS */
color: #c285eb;
background-color: #c285eb;
/* Tailwind (arbitrary) */
class="text-[#c285eb] bg-[#c285eb]"
/* SCSS */
$brand: #c285eb;
/* SwiftUI */
Color(red: 0.761, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#c285eb")Accessibility — WCAG contrast
Aa
#c285eb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c285eb on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.2%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c285eb text on a black background
contrast 7.85:1
Card sample
#c285eb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c285eb;
Background color
Panel with #c285eb background
background-color: #c285eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c285eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c285eb; background: linear-gradient(135deg, #c285eb, #EB85D0);