#f32daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 45, 175
HSL
321°, 89%, 57%
CMYK
0, 82, 28, 5
Luminance
0.2403
Every format
| HEX | #f32daf |
| RGB | rgb(243, 45, 175) |
| HSL | hsl(321, 89%, 57%) |
| CMYK | cmyk(0%, 82%, 28%, 5%) |
| LAB | lab(56.1 80.7 -22.1) |
| LCH | lch(56.1 83.7 344.7) |
| OKLCH | oklch(0.655 0.253 346.6) |
Copy-ready code
/* CSS */
color: #f32daf;
background-color: #f32daf;
/* Tailwind (arbitrary) */
class="text-[#f32daf] bg-[#f32daf]"
/* SCSS */
$brand: #f32daf;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#f32daf")Accessibility — WCAG contrast
Aa
#f32daf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32daf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow28.0%
Key (black)4.7%
Color previews
#f32daf text on a black background
contrast 5.81:1
Card sample
#f32daf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32daf;
Background color
Panel with #f32daf background
background-color: #f32daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32daf; background: linear-gradient(135deg, #f32daf, #F32F2D);