#c04fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 79, 211
HSL
291°, 60%, 57%
CMYK
9, 63, 0, 17
Luminance
0.2150
Every format
| HEX | #c04fd3 |
| RGB | rgb(192, 79, 211) |
| HSL | hsl(291, 60%, 57%) |
| CMYK | cmyk(9%, 63%, 0%, 17%) |
| LAB | lab(53.5 63.2 -47.6) |
| LCH | lch(53.5 79.1 323.0) |
| OKLCH | oklch(0.626 0.214 321.6) |
Copy-ready code
/* CSS */
color: #c04fd3;
background-color: #c04fd3;
/* Tailwind (arbitrary) */
class="text-[#c04fd3] bg-[#c04fd3]"
/* SCSS */
$brand: #c04fd3;
/* SwiftUI */
Color(red: 0.753, green: 0.310, blue: 0.827)
/* Android */
Color.parseColor("#c04fd3")Accessibility — WCAG contrast
Aa
#c04fd3 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04fd3 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green31.0%
Blue82.7%
CMYK percentages
Cyan9.0%
Magenta62.6%
Yellow0.0%
Key (black)17.3%
Color previews
#c04fd3 text on a black background
contrast 5.30:1
Card sample
#c04fd3 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04fd3;
Background color
Panel with #c04fd3 background
background-color: #c04fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 79, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 79, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04fd3; background: linear-gradient(135deg, #c04fd3, #D34F8E);