#c238fd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 56, 253
HSL
282°, 98%, 61%
CMYK
23, 78, 0, 1
Luminance
0.2139
Every format
| HEX | #c238fd |
| RGB | rgb(194, 56, 253) |
| HSL | hsl(282, 98%, 61%) |
| CMYK | cmyk(23%, 78%, 0%, 1%) |
| LAB | lab(53.4 80.0 -71.4) |
| LCH | lch(53.4 107.2 318.2) |
| OKLCH | oklch(0.634 0.276 312.9) |
Copy-ready code
/* CSS */
color: #c238fd;
background-color: #c238fd;
/* Tailwind (arbitrary) */
class="text-[#c238fd] bg-[#c238fd]"
/* SCSS */
$brand: #c238fd;
/* SwiftUI */
Color(red: 0.761, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#c238fd")Accessibility — WCAG contrast
Aa
#c238fd on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c238fd on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green22.0%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c238fd text on a black background
contrast 5.28:1
Card sample
#c238fd text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c238fd;
Background color
Panel with #c238fd background
background-color: #c238fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c238fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c238fd; background: linear-gradient(135deg, #c238fd, #FD38B5);