#f232b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 50, 178
HSL
320°, 88%, 57%
CMYK
0, 79, 26, 5
Luminance
0.2437
Every format
| HEX | #f232b2 |
| RGB | rgb(242, 50, 178) |
| HSL | hsl(320, 88%, 57%) |
| CMYK | cmyk(0%, 79%, 26%, 5%) |
| LAB | lab(56.5 79.6 -23.4) |
| LCH | lch(56.5 83.0 343.6) |
| OKLCH | oklch(0.658 0.250 345.6) |
Copy-ready code
/* CSS */
color: #f232b2;
background-color: #f232b2;
/* Tailwind (arbitrary) */
class="text-[#f232b2] bg-[#f232b2]"
/* SCSS */
$brand: #f232b2;
/* SwiftUI */
Color(red: 0.949, green: 0.196, blue: 0.698)
/* Android */
Color.parseColor("#f232b2")Accessibility — WCAG contrast
Aa
#f232b2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f232b2 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green19.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta79.3%
Yellow26.4%
Key (black)5.1%
Color previews
#f232b2 text on a black background
contrast 5.87:1
Card sample
#f232b2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f232b2;
Background color
Panel with #f232b2 background
background-color: #f232b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f232b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 50, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 50, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f232b2; background: linear-gradient(135deg, #f232b2, #F23232);