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