#ff43af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 67, 175
HSL
326°, 100%, 63%
CMYK
0, 74, 31, 0
Luminance
0.2837
Every format
| HEX | #ff43af |
| RGB | rgb(255, 67, 175) |
| HSL | hsl(326, 100%, 63%) |
| CMYK | cmyk(0%, 74%, 31%, 0%) |
| LAB | lab(60.2 77.7 -15.7) |
| LCH | lch(60.2 79.3 348.6) |
| OKLCH | oklch(0.689 0.241 350.2) |
Copy-ready code
/* CSS */
color: #ff43af;
background-color: #ff43af;
/* Tailwind (arbitrary) */
class="text-[#ff43af] bg-[#ff43af]"
/* SCSS */
$brand: #ff43af;
/* SwiftUI */
Color(red: 1.000, green: 0.263, blue: 0.686)
/* Android */
Color.parseColor("#ff43af")Accessibility — WCAG contrast
Aa
#ff43af on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff43af on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow31.4%
Key (black)0.0%
Color previews
#ff43af text on a black background
contrast 6.67:1
Card sample
#ff43af text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff43af;
Background color
Panel with #ff43af background
background-color: #ff43af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff43af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 67, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 67, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff43af; background: linear-gradient(135deg, #ff43af, #FF5443);