#f232ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 50, 171
HSL
322°, 88%, 57%
CMYK
0, 79, 29, 5
Luminance
0.2410
Every format
| HEX | #f232ab |
| RGB | rgb(242, 50, 171) |
| HSL | hsl(322, 88%, 57%) |
| CMYK | cmyk(0%, 79%, 29%, 5%) |
| LAB | lab(56.2 78.8 -19.7) |
| LCH | lch(56.2 81.3 346.0) |
| OKLCH | oklch(0.655 0.246 347.8) |
Copy-ready code
/* CSS */
color: #f232ab;
background-color: #f232ab;
/* Tailwind (arbitrary) */
class="text-[#f232ab] bg-[#f232ab]"
/* SCSS */
$brand: #f232ab;
/* SwiftUI */
Color(red: 0.949, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#f232ab")Accessibility — WCAG contrast
Aa
#f232ab on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f232ab on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.3%
Yellow29.3%
Key (black)5.1%
Color previews
#f232ab text on a black background
contrast 5.82:1
Card sample
#f232ab text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f232ab;
Background color
Panel with #f232ab background
background-color: #f232ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f232ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f232ab; background: linear-gradient(135deg, #f232ab, #F23932);