#cf75d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 117, 210
HSL
298°, 51%, 64%
CMYK
1, 44, 0, 18
Luminance
0.3064
Every format
| HEX | #cf75d2 |
| RGB | rgb(207, 117, 210) |
| HSL | hsl(298, 51%, 64%) |
| CMYK | cmyk(1%, 44%, 0%, 18%) |
| LAB | lab(62.2 48.9 -33.2) |
| LCH | lch(62.2 59.1 325.8) |
| OKLCH | oklch(0.694 0.163 326.0) |
Copy-ready code
/* CSS */
color: #cf75d2;
background-color: #cf75d2;
/* Tailwind (arbitrary) */
class="text-[#cf75d2] bg-[#cf75d2]"
/* SCSS */
$brand: #cf75d2;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.824)
/* Android */
Color.parseColor("#cf75d2")Accessibility — WCAG contrast
Aa
#cf75d2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf75d2 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta44.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cf75d2 text on a black background
contrast 7.13:1
Card sample
#cf75d2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf75d2;
Background color
Panel with #cf75d2 background
background-color: #cf75d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf75d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf75d2; background: linear-gradient(135deg, #cf75d2, #D27597);