#c72fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 47, 186
HSL
305°, 62%, 48%
CMYK
0, 76, 7, 22
Luminance
0.1772
Every format
| HEX | #c72fba |
| RGB | rgb(199, 47, 186) |
| HSL | hsl(305, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 7%, 22%) |
| LAB | lab(49.2 72.1 -40.0) |
| LCH | lch(49.2 82.4 331.0) |
| OKLCH | oklch(0.593 0.234 332.0) |
Copy-ready code
/* CSS */
color: #c72fba;
background-color: #c72fba;
/* Tailwind (arbitrary) */
class="text-[#c72fba] bg-[#c72fba]"
/* SCSS */
$brand: #c72fba;
/* SwiftUI */
Color(red: 0.780, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#c72fba")Accessibility — WCAG contrast
Aa
#c72fba on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72fba on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow6.5%
Key (black)22.0%
Color previews
#c72fba text on a black background
contrast 4.54:1
Card sample
#c72fba text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72fba;
Background color
Panel with #c72fba background
background-color: #c72fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72fba; background: linear-gradient(135deg, #c72fba, #C72F55);