#c233f3
a balanced, electric violet · warm · closest name: magenta
RGB
194, 51, 243
HSL
285°, 89%, 58%
CMYK
20, 79, 0, 5
Luminance
0.2031
Every format
| HEX | #c233f3 |
| RGB | rgb(194, 51, 243) |
| HSL | hsl(285, 89%, 58%) |
| CMYK | cmyk(20%, 79%, 0%, 5%) |
| LAB | lab(52.2 79.6 -67.8) |
| LCH | lch(52.2 104.5 319.6) |
| OKLCH | oklch(0.624 0.272 315.3) |
Copy-ready code
/* CSS */
color: #c233f3;
background-color: #c233f3;
/* Tailwind (arbitrary) */
class="text-[#c233f3] bg-[#c233f3]"
/* SCSS */
$brand: #c233f3;
/* SwiftUI */
Color(red: 0.761, green: 0.200, blue: 0.953)
/* Android */
Color.parseColor("#c233f3")Accessibility — WCAG contrast
Aa
#c233f3 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c233f3 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green20.0%
Blue95.3%
CMYK percentages
Cyan20.2%
Magenta79.0%
Yellow0.0%
Key (black)4.7%
Color previews
#c233f3 text on a black background
contrast 5.06:1
Card sample
#c233f3 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c233f3;
Background color
Panel with #c233f3 background
background-color: #c233f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c233f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 51, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 51, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c233f3; background: linear-gradient(135deg, #c233f3, #F333A4);