#cf75c4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 117, 196
HSL
307°, 48%, 64%
CMYK
0, 44, 5, 19
Luminance
0.2997
Every format
| HEX | #cf75c4 |
| RGB | rgb(207, 117, 196) |
| HSL | hsl(307, 48%, 64%) |
| CMYK | cmyk(0%, 44%, 5%, 19%) |
| LAB | lab(61.6 46.4 -26.2) |
| LCH | lch(61.6 53.3 330.6) |
| OKLCH | oklch(0.688 0.150 331.7) |
Copy-ready code
/* CSS */
color: #cf75c4;
background-color: #cf75c4;
/* Tailwind (arbitrary) */
class="text-[#cf75c4] bg-[#cf75c4]"
/* SCSS */
$brand: #cf75c4;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.769)
/* Android */
Color.parseColor("#cf75c4")Accessibility — WCAG contrast
Aa
#cf75c4 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf75c4 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow5.3%
Key (black)18.8%
Color previews
#cf75c4 text on a black background
contrast 6.99:1
Card sample
#cf75c4 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf75c4;
Background color
Panel with #cf75c4 background
background-color: #cf75c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf75c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf75c4; background: linear-gradient(135deg, #cf75c4, #CF7588);