#f33dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 61, 187
HSL
319°, 88%, 60%
CMYK
0, 75, 23, 5
Luminance
0.2598
Every format
| HEX | #f33dbb |
| RGB | rgb(243, 61, 187) |
| HSL | hsl(319, 88%, 60%) |
| CMYK | cmyk(0%, 75%, 23%, 5%) |
| LAB | lab(58.0 78.0 -26.2) |
| LCH | lch(58.0 82.3 341.5) |
| OKLCH | oklch(0.671 0.246 343.4) |
Copy-ready code
/* CSS */
color: #f33dbb;
background-color: #f33dbb;
/* Tailwind (arbitrary) */
class="text-[#f33dbb] bg-[#f33dbb]"
/* SCSS */
$brand: #f33dbb;
/* SwiftUI */
Color(red: 0.953, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#f33dbb")Accessibility — WCAG contrast
Aa
#f33dbb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33dbb on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow23.0%
Key (black)4.7%
Color previews
#f33dbb text on a black background
contrast 6.20:1
Card sample
#f33dbb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33dbb;
Background color
Panel with #f33dbb background
background-color: #f33dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33dbb; background: linear-gradient(135deg, #f33dbb, #F33D42);