#ff4ace
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 74, 206
HSL
316°, 100%, 65%
CMYK
0, 71, 19, 0
Luminance
0.3061
Every format
| HEX | #ff4ace |
| RGB | rgb(255, 74, 206) |
| HSL | hsl(316, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 19%, 0%) |
| LAB | lab(62.2 79.2 -30.4) |
| LCH | lch(62.2 84.9 339.0) |
| OKLCH | oklch(0.707 0.251 340.9) |
Copy-ready code
/* CSS */
color: #ff4ace;
background-color: #ff4ace;
/* Tailwind (arbitrary) */
class="text-[#ff4ace] bg-[#ff4ace]"
/* SCSS */
$brand: #ff4ace;
/* SwiftUI */
Color(red: 1.000, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#ff4ace")Accessibility — WCAG contrast
Aa
#ff4ace on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4ace on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow19.2%
Key (black)0.0%
Color previews
#ff4ace text on a black background
contrast 7.12:1
Card sample
#ff4ace text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4ace;
Background color
Panel with #ff4ace background
background-color: #ff4ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4ace; background: linear-gradient(135deg, #ff4ace, #FF4A55);