#c74fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 79, 211
HSL
295°, 60%, 57%
CMYK
6, 63, 0, 17
Luminance
0.2244
Every format
| HEX | #c74fd3 |
| RGB | rgb(199, 79, 211) |
| HSL | hsl(295, 60%, 57%) |
| CMYK | cmyk(6%, 63%, 0%, 17%) |
| LAB | lab(54.5 64.8 -46.0) |
| LCH | lch(54.5 79.5 324.7) |
| OKLCH | oklch(0.635 0.217 324.0) |
Copy-ready code
/* CSS */
color: #c74fd3;
background-color: #c74fd3;
/* Tailwind (arbitrary) */
class="text-[#c74fd3] bg-[#c74fd3]"
/* SCSS */
$brand: #c74fd3;
/* SwiftUI */
Color(red: 0.780, green: 0.310, blue: 0.827)
/* Android */
Color.parseColor("#c74fd3")Accessibility — WCAG contrast
Aa
#c74fd3 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c74fd3 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.0%
Blue82.7%
CMYK percentages
Cyan5.7%
Magenta62.6%
Yellow0.0%
Key (black)17.3%
Color previews
#c74fd3 text on a black background
contrast 5.49:1
Card sample
#c74fd3 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74fd3;
Background color
Panel with #c74fd3 background
background-color: #c74fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 79, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 79, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74fd3; background: linear-gradient(135deg, #c74fd3, #D34F87);