#f32dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 45, 187
HSL
317°, 89%, 57%
CMYK
0, 82, 23, 5
Luminance
0.2452
Every format
| HEX | #f32dbb |
| RGB | rgb(243, 45, 187) |
| HSL | hsl(317, 89%, 57%) |
| CMYK | cmyk(0%, 82%, 23%, 5%) |
| LAB | lab(56.6 82.1 -28.4) |
| LCH | lch(56.6 86.8 340.9) |
| OKLCH | oklch(0.660 0.259 342.9) |
Copy-ready code
/* CSS */
color: #f32dbb;
background-color: #f32dbb;
/* Tailwind (arbitrary) */
class="text-[#f32dbb] bg-[#f32dbb]"
/* SCSS */
$brand: #f32dbb;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#f32dbb")Accessibility — WCAG contrast
Aa
#f32dbb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32dbb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow23.0%
Key (black)4.7%
Color previews
#f32dbb text on a black background
contrast 5.90:1
Card sample
#f32dbb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32dbb;
Background color
Panel with #f32dbb background
background-color: #f32dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32dbb; background: linear-gradient(135deg, #f32dbb, #F32D37);