#f342af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 66, 175
HSL
323°, 88%, 61%
CMYK
0, 73, 28, 5
Luminance
0.2605
Every format
| HEX | #f342af |
| RGB | rgb(243, 66, 175) |
| HSL | hsl(323, 88%, 61%) |
| CMYK | cmyk(0%, 73%, 28%, 5%) |
| LAB | lab(58.1 75.1 -19.1) |
| LCH | lch(58.1 77.5 345.7) |
| OKLCH | oklch(0.670 0.234 347.5) |
Copy-ready code
/* CSS */
color: #f342af;
background-color: #f342af;
/* Tailwind (arbitrary) */
class="text-[#f342af] bg-[#f342af]"
/* SCSS */
$brand: #f342af;
/* SwiftUI */
Color(red: 0.953, green: 0.259, blue: 0.686)
/* Android */
Color.parseColor("#f342af")Accessibility — WCAG contrast
Aa
#f342af on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f342af on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green25.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow28.0%
Key (black)4.7%
Color previews
#f342af text on a black background
contrast 6.21:1
Card sample
#f342af text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f342af;
Background color
Panel with #f342af background
background-color: #f342af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f342af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 66, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 66, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f342af; background: linear-gradient(135deg, #f342af, #F34B42);