#cf70df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 112, 223
HSL
291°, 63%, 66%
CMYK
7, 50, 0, 13
Luminance
0.3018
Every format
| HEX | #cf70df |
| RGB | rgb(207, 112, 223) |
| HSL | hsl(291, 63%, 66%) |
| CMYK | cmyk(7%, 50%, 0%, 13%) |
| LAB | lab(61.8 53.9 -41.1) |
| LCH | lch(61.8 67.7 322.6) |
| OKLCH | oklch(0.693 0.183 321.7) |
Copy-ready code
/* CSS */
color: #cf70df;
background-color: #cf70df;
/* Tailwind (arbitrary) */
class="text-[#cf70df] bg-[#cf70df]"
/* SCSS */
$brand: #cf70df;
/* SwiftUI */
Color(red: 0.812, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#cf70df")Accessibility — WCAG contrast
Aa
#cf70df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf70df on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cf70df text on a black background
contrast 7.04:1
Card sample
#cf70df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf70df;
Background color
Panel with #cf70df background
background-color: #cf70df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf70df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf70df; background: linear-gradient(135deg, #cf70df, #DF70A5);