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