#ff4dac
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 77, 172
HSL
328°, 100%, 65%
CMYK
0, 70, 33, 0
Luminance
0.2955
Every format
| HEX | #ff4dac |
| RGB | rgb(255, 77, 172) |
| HSL | hsl(328, 100%, 65%) |
| CMYK | cmyk(0%, 70%, 33%, 0%) |
| LAB | lab(61.3 74.2 -12.4) |
| LCH | lch(61.3 75.2 350.5) |
| OKLCH | oklch(0.696 0.229 352.0) |
Copy-ready code
/* CSS */
color: #ff4dac;
background-color: #ff4dac;
/* Tailwind (arbitrary) */
class="text-[#ff4dac] bg-[#ff4dac]"
/* SCSS */
$brand: #ff4dac;
/* SwiftUI */
Color(red: 1.000, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#ff4dac")Accessibility — WCAG contrast
Aa
#ff4dac on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4dac on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green30.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow32.5%
Key (black)0.0%
Color previews
#ff4dac text on a black background
contrast 6.91:1
Card sample
#ff4dac text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4dac;
Background color
Panel with #ff4dac background
background-color: #ff4dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4dac; background: linear-gradient(135deg, #ff4dac, #FF654D);