#ff70ee
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 112, 238
HSL
307°, 100%, 72%
CMYK
0, 56, 7, 0
Luminance
0.3902
Every format
| HEX | #ff70ee |
| RGB | rgb(255, 112, 238) |
| HSL | hsl(307, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 7%, 0%) |
| LAB | lab(68.8 69.3 -38.1) |
| LCH | lch(68.8 79.1 331.2) |
| OKLCH | oklch(0.760 0.224 332.4) |
Copy-ready code
/* CSS */
color: #ff70ee;
background-color: #ff70ee;
/* Tailwind (arbitrary) */
class="text-[#ff70ee] bg-[#ff70ee]"
/* SCSS */
$brand: #ff70ee;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.933)
/* Android */
Color.parseColor("#ff70ee")Accessibility — WCAG contrast
Aa
#ff70ee on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff70ee on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow6.7%
Key (black)0.0%
Color previews
#ff70ee text on a black background
contrast 8.80:1
Card sample
#ff70ee text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff70ee;
Background color
Panel with #ff70ee background
background-color: #ff70ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff70ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff70ee; background: linear-gradient(135deg, #ff70ee, #FF708F);