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