#c285ff
a light, electric violet · warm · closest name: violet
RGB
194, 133, 255
HSL
270°, 100%, 76%
CMYK
24, 48, 0, 0
Luminance
0.3546
Every format
| HEX | #c285ff |
| RGB | rgb(194, 133, 255) |
| HSL | hsl(270, 100%, 76%) |
| CMYK | cmyk(24%, 48%, 0%, 0%) |
| LAB | lab(66.1 46.1 -52.1) |
| LCH | lch(66.1 69.6 311.5) |
| OKLCH | oklch(0.727 0.179 305.5) |
Copy-ready code
/* CSS */
color: #c285ff;
background-color: #c285ff;
/* Tailwind (arbitrary) */
class="text-[#c285ff] bg-[#c285ff]"
/* SCSS */
$brand: #c285ff;
/* SwiftUI */
Color(red: 0.761, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#c285ff")Accessibility — WCAG contrast
Aa
#c285ff on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c285ff on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.2%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c285ff text on a black background
contrast 8.09:1
Card sample
#c285ff text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c285ff;
Background color
Panel with #c285ff background
background-color: #c285ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c285ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c285ff; background: linear-gradient(135deg, #c285ff, #FF85EB);