#cf70ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 112, 206
HSL
301°, 50%, 63%
CMYK
0, 46, 1, 19
Luminance
0.2931
Every format
| HEX | #cf70ce |
| RGB | rgb(207, 112, 206) |
| HSL | hsl(301, 50%, 63%) |
| CMYK | cmyk(0%, 46%, 1%, 19%) |
| LAB | lab(61.1 50.7 -32.7) |
| LCH | lch(61.1 60.4 327.2) |
| OKLCH | oklch(0.685 0.167 327.6) |
Copy-ready code
/* CSS */
color: #cf70ce;
background-color: #cf70ce;
/* Tailwind (arbitrary) */
class="text-[#cf70ce] bg-[#cf70ce]"
/* SCSS */
$brand: #cf70ce;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.808)
/* Android */
Color.parseColor("#cf70ce")Accessibility — WCAG contrast
Aa
#cf70ce on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf70ce on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow0.5%
Key (black)18.8%
Color previews
#cf70ce text on a black background
contrast 6.86:1
Card sample
#cf70ce text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70ce;
Background color
Panel with #cf70ce background
background-color: #cf70ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70ce; background: linear-gradient(135deg, #cf70ce, #CF708F);