#c255ec
a balanced, electric violet · warm · closest name: orchid
RGB
194, 85, 236
HSL
283°, 80%, 63%
CMYK
18, 64, 0, 8
Luminance
0.2402
Every format
| HEX | #c255ec |
| RGB | rgb(194, 85, 236) |
| HSL | hsl(283, 80%, 63%) |
| CMYK | cmyk(18%, 64%, 0%, 8%) |
| LAB | lab(56.1 65.8 -57.5) |
| LCH | lch(56.1 87.4 318.9) |
| OKLCH | oklch(0.650 0.229 315.2) |
Copy-ready code
/* CSS */
color: #c255ec;
background-color: #c255ec;
/* Tailwind (arbitrary) */
class="text-[#c255ec] bg-[#c255ec]"
/* SCSS */
$brand: #c255ec;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.925)
/* Android */
Color.parseColor("#c255ec")Accessibility — WCAG contrast
Aa
#c255ec on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255ec on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue92.5%
CMYK percentages
Cyan17.8%
Magenta64.0%
Yellow0.0%
Key (black)7.5%
Color previews
#c255ec text on a black background
contrast 5.80:1
Card sample
#c255ec text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255ec;
Background color
Panel with #c255ec background
background-color: #c255ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255ec; background: linear-gradient(135deg, #c255ec, #EC55B1);