#c734cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 52, 207
HSL
297°, 62%, 51%
CMYK
4, 75, 0, 19
Luminance
0.1910
Every format
| HEX | #c734cf |
| RGB | rgb(199, 52, 207) |
| HSL | hsl(297, 62%, 51%) |
| CMYK | cmyk(4%, 75%, 0%, 19%) |
| LAB | lab(50.8 73.9 -49.5) |
| LCH | lch(50.8 89.0 326.2) |
| OKLCH | oklch(0.608 0.245 325.8) |
Copy-ready code
/* CSS */
color: #c734cf;
background-color: #c734cf;
/* Tailwind (arbitrary) */
class="text-[#c734cf] bg-[#c734cf]"
/* SCSS */
$brand: #c734cf;
/* SwiftUI */
Color(red: 0.780, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#c734cf")Accessibility — WCAG contrast
Aa
#c734cf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c734cf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green20.4%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta74.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c734cf text on a black background
contrast 4.82:1
Card sample
#c734cf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c734cf;
Background color
Panel with #c734cf background
background-color: #c734cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c734cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c734cf; background: linear-gradient(135deg, #c734cf, #CF3470);