#c235ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 53, 186
HSL
303°, 57%, 48%
CMYK
0, 73, 4, 24
Luminance
0.1756
Every format
| HEX | #c235ba |
| RGB | rgb(194, 53, 186) |
| HSL | hsl(303, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 4%, 24%) |
| LAB | lab(49.0 69.2 -40.4) |
| LCH | lch(49.0 80.1 329.8) |
| OKLCH | oklch(0.590 0.226 330.5) |
Copy-ready code
/* CSS */
color: #c235ba;
background-color: #c235ba;
/* Tailwind (arbitrary) */
class="text-[#c235ba] bg-[#c235ba]"
/* SCSS */
$brand: #c235ba;
/* SwiftUI */
Color(red: 0.761, green: 0.208, blue: 0.729)
/* Android */
Color.parseColor("#c235ba")Accessibility — WCAG contrast
Aa
#c235ba on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c235ba on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green20.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow4.1%
Key (black)23.9%
Color previews
#c235ba text on a black background
contrast 4.51:1
Card sample
#c235ba text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c235ba;
Background color
Panel with #c235ba background
background-color: #c235ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c235ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 53, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 53, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c235ba; background: linear-gradient(135deg, #c235ba, #C2355C);