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