#f33769
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 55, 105
HSL
344°, 89%, 58%
CMYK
0, 77, 57, 5
Luminance
0.2281
Every format
| HEX | #f33769 |
| RGB | rgb(243, 55, 105) |
| HSL | hsl(344, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 57%, 5%) |
| LAB | lab(54.9 71.9 17.5) |
| LCH | lch(54.9 74.0 13.7) |
| OKLCH | oklch(0.639 0.222 11.4) |
Copy-ready code
/* CSS */
color: #f33769;
background-color: #f33769;
/* Tailwind (arbitrary) */
class="text-[#f33769] bg-[#f33769]"
/* SCSS */
$brand: #f33769;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.412)
/* Android */
Color.parseColor("#f33769")Accessibility — WCAG contrast
Aa
#f33769 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33769 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow56.8%
Key (black)4.7%
Color previews
#f33769 text on a black background
contrast 5.56:1
Card sample
#f33769 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33769;
Background color
Panel with #f33769 background
background-color: #f33769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33769; background: linear-gradient(135deg, #f33769, #F38237);