#ff70cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 112, 207
HSL
320°, 100%, 72%
CMYK
0, 56, 19, 0
Luminance
0.3735
Every format
| HEX | #ff70cf |
| RGB | rgb(255, 112, 207) |
| HSL | hsl(320, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 19%, 0%) |
| LAB | lab(67.5 64.7 -22.8) |
| LCH | lch(67.5 68.6 340.6) |
| OKLCH | oklch(0.747 0.202 342.5) |
Copy-ready code
/* CSS */
color: #ff70cf;
background-color: #ff70cf;
/* Tailwind (arbitrary) */
class="text-[#ff70cf] bg-[#ff70cf]"
/* SCSS */
$brand: #ff70cf;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#ff70cf")Accessibility — WCAG contrast
Aa
#ff70cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff70cf on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow18.8%
Key (black)0.0%
Color previews
#ff70cf text on a black background
contrast 8.47:1
Card sample
#ff70cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff70cf;
Background color
Panel with #ff70cf background
background-color: #ff70cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff70cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff70cf; background: linear-gradient(135deg, #ff70cf, #FF7070);