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