#ff43cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 67, 207
HSL
315°, 100%, 63%
CMYK
0, 74, 19, 0
Luminance
0.2978
Every format
| HEX | #ff43cf |
| RGB | rgb(255, 67, 207) |
| HSL | hsl(315, 100%, 63%) |
| CMYK | cmyk(0%, 74%, 19%, 0%) |
| LAB | lab(61.5 81.5 -32.1) |
| LCH | lch(61.5 87.6 338.5) |
| OKLCH | oklch(0.702 0.259 340.4) |
Copy-ready code
/* CSS */
color: #ff43cf;
background-color: #ff43cf;
/* Tailwind (arbitrary) */
class="text-[#ff43cf] bg-[#ff43cf]"
/* SCSS */
$brand: #ff43cf;
/* SwiftUI */
Color(red: 1.000, green: 0.263, blue: 0.812)
/* Android */
Color.parseColor("#ff43cf")Accessibility — WCAG contrast
Aa
#ff43cf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff43cf on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow18.8%
Key (black)0.0%
Color previews
#ff43cf text on a black background
contrast 6.96:1
Card sample
#ff43cf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff43cf;
Background color
Panel with #ff43cf background
background-color: #ff43cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff43cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 67, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 67, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff43cf; background: linear-gradient(135deg, #ff43cf, #FF4352);