#f136ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 54, 186
HSL
318°, 87%, 58%
CMYK
0, 78, 23, 6
Luminance
0.2488
Every format
| HEX | #f136ba |
| RGB | rgb(241, 54, 186) |
| HSL | hsl(318, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 23%, 6%) |
| LAB | lab(57.0 79.3 -27.3) |
| LCH | lch(57.0 83.9 341.0) |
| OKLCH | oklch(0.662 0.250 343.0) |
Copy-ready code
/* CSS */
color: #f136ba;
background-color: #f136ba;
/* Tailwind (arbitrary) */
class="text-[#f136ba] bg-[#f136ba]"
/* SCSS */
$brand: #f136ba;
/* SwiftUI */
Color(red: 0.945, green: 0.212, blue: 0.729)
/* Android */
Color.parseColor("#f136ba")Accessibility — WCAG contrast
Aa
#f136ba on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f136ba on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow22.8%
Key (black)5.5%
Color previews
#f136ba text on a black background
contrast 5.98:1
Card sample
#f136ba text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f136ba;
Background color
Panel with #f136ba background
background-color: #f136ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f136ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 54, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 54, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f136ba; background: linear-gradient(135deg, #f136ba, #F1363D);