#c239ff
a balanced, electric violet · warm · closest name: magenta
RGB
194, 57, 255
HSL
282°, 100%, 61%
CMYK
24, 78, 0, 0
Luminance
0.2162
Every format
| HEX | #c239ff |
| RGB | rgb(194, 57, 255) |
| HSL | hsl(282, 100%, 61%) |
| CMYK | cmyk(24%, 78%, 0%, 0%) |
| LAB | lab(53.6 80.0 -72.1) |
| LCH | lch(53.6 107.7 318.0) |
| OKLCH | oklch(0.636 0.277 312.5) |
Copy-ready code
/* CSS */
color: #c239ff;
background-color: #c239ff;
/* Tailwind (arbitrary) */
class="text-[#c239ff] bg-[#c239ff]"
/* SCSS */
$brand: #c239ff;
/* SwiftUI */
Color(red: 0.761, green: 0.224, blue: 1.000)
/* Android */
Color.parseColor("#c239ff")Accessibility — WCAG contrast
Aa
#c239ff on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c239ff on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green22.4%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta77.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c239ff text on a black background
contrast 5.32:1
Card sample
#c239ff text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c239ff;
Background color
Panel with #c239ff background
background-color: #c239ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c239ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 57, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 57, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c239ff; background: linear-gradient(135deg, #c239ff, #FF39B8);