#f32dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 45, 191
HSL
316°, 89%, 57%
CMYK
0, 82, 21, 5
Luminance
0.2469
Every format
| HEX | #f32dbf |
| RGB | rgb(243, 45, 191) |
| HSL | hsl(316, 89%, 57%) |
| CMYK | cmyk(0%, 82%, 21%, 5%) |
| LAB | lab(56.8 82.5 -30.4) |
| LCH | lch(56.8 88.0 339.8) |
| OKLCH | oklch(0.662 0.262 341.8) |
Copy-ready code
/* CSS */
color: #f32dbf;
background-color: #f32dbf;
/* Tailwind (arbitrary) */
class="text-[#f32dbf] bg-[#f32dbf]"
/* SCSS */
$brand: #f32dbf;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#f32dbf")Accessibility — WCAG contrast
Aa
#f32dbf on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32dbf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow21.4%
Key (black)4.7%
Color previews
#f32dbf text on a black background
contrast 5.94:1
Card sample
#f32dbf text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32dbf;
Background color
Panel with #f32dbf background
background-color: #f32dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32dbf; background: linear-gradient(135deg, #f32dbf, #F32D3B);