#f23baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 59, 175
HSL
322°, 88%, 59%
CMYK
0, 76, 28, 5
Luminance
0.2510
Every format
| HEX | #f23baf |
| RGB | rgb(242, 59, 175) |
| HSL | hsl(322, 88%, 59%) |
| CMYK | cmyk(0%, 76%, 28%, 5%) |
| LAB | lab(57.2 76.9 -20.5) |
| LCH | lch(57.2 79.6 345.0) |
| OKLCH | oklch(0.663 0.240 346.9) |
Copy-ready code
/* CSS */
color: #f23baf;
background-color: #f23baf;
/* Tailwind (arbitrary) */
class="text-[#f23baf] bg-[#f23baf]"
/* SCSS */
$brand: #f23baf;
/* SwiftUI */
Color(red: 0.949, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#f23baf")Accessibility — WCAG contrast
Aa
#f23baf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23baf on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green23.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow27.7%
Key (black)5.1%
Color previews
#f23baf text on a black background
contrast 6.02:1
Card sample
#f23baf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23baf;
Background color
Panel with #f23baf background
background-color: #f23baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23baf; background: linear-gradient(135deg, #f23baf, #F2413B);