#c262cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 98, 207
HSL
293°, 53%, 60%
CMYK
6, 53, 0, 19
Luminance
0.2471
Every format
| HEX | #c262cf |
| RGB | rgb(194, 98, 207) |
| HSL | hsl(293, 53%, 60%) |
| CMYK | cmyk(6%, 53%, 0%, 19%) |
| LAB | lab(56.8 54.2 -40.1) |
| LCH | lch(56.8 67.4 323.5) |
| OKLCH | oklch(0.650 0.183 322.7) |
Copy-ready code
/* CSS */
color: #c262cf;
background-color: #c262cf;
/* Tailwind (arbitrary) */
class="text-[#c262cf] bg-[#c262cf]"
/* SCSS */
$brand: #c262cf;
/* SwiftUI */
Color(red: 0.761, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#c262cf")Accessibility — WCAG contrast
Aa
#c262cf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c262cf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green38.4%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta52.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c262cf text on a black background
contrast 5.94:1
Card sample
#c262cf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c262cf;
Background color
Panel with #c262cf background
background-color: #c262cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c262cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c262cf; background: linear-gradient(135deg, #c262cf, #CF6293);