#ff70db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 112, 219
HSL
315°, 100%, 72%
CMYK
0, 56, 14, 0
Luminance
0.3796
Every format
| HEX | #ff70db |
| RGB | rgb(255, 112, 219) |
| HSL | hsl(315, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 14%, 0%) |
| LAB | lab(68.0 66.4 -28.8) |
| LCH | lch(68.0 72.4 336.6) |
| OKLCH | oklch(0.751 0.210 338.4) |
Copy-ready code
/* CSS */
color: #ff70db;
background-color: #ff70db;
/* Tailwind (arbitrary) */
class="text-[#ff70db] bg-[#ff70db]"
/* SCSS */
$brand: #ff70db;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.859)
/* Android */
Color.parseColor("#ff70db")Accessibility — WCAG contrast
Aa
#ff70db on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff70db on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow14.1%
Key (black)0.0%
Color previews
#ff70db text on a black background
contrast 8.59:1
Card sample
#ff70db text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff70db;
Background color
Panel with #ff70db background
background-color: #ff70db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff70db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff70db; background: linear-gradient(135deg, #ff70db, #FF707C);