#c248eb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 72, 235
HSL
285°, 80%, 60%
CMYK
17, 69, 0, 8
Luminance
0.2210
Every format
| HEX | #c248eb |
| RGB | rgb(194, 72, 235) |
| HSL | hsl(285, 80%, 60%) |
| CMYK | cmyk(17%, 69%, 0%, 8%) |
| LAB | lab(54.1 71.0 -60.1) |
| LCH | lch(54.1 93.0 319.7) |
| OKLCH | oklch(0.636 0.244 316.3) |
Copy-ready code
/* CSS */
color: #c248eb;
background-color: #c248eb;
/* Tailwind (arbitrary) */
class="text-[#c248eb] bg-[#c248eb]"
/* SCSS */
$brand: #c248eb;
/* SwiftUI */
Color(red: 0.761, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#c248eb")Accessibility — WCAG contrast
Aa
#c248eb on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c248eb on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green28.2%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c248eb text on a black background
contrast 5.42:1
Card sample
#c248eb text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c248eb;
Background color
Panel with #c248eb background
background-color: #c248eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c248eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c248eb; background: linear-gradient(135deg, #c248eb, #EB48A7);