#f136af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 54, 175
HSL
321°, 87%, 58%
CMYK
0, 78, 27, 6
Luminance
0.2443
Every format
| HEX | #f136af |
| RGB | rgb(241, 54, 175) |
| HSL | hsl(321, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 27%, 6%) |
| LAB | lab(56.5 78.0 -21.6) |
| LCH | lch(56.5 81.0 344.6) |
| OKLCH | oklch(0.658 0.244 346.5) |
Copy-ready code
/* CSS */
color: #f136af;
background-color: #f136af;
/* Tailwind (arbitrary) */
class="text-[#f136af] bg-[#f136af]"
/* SCSS */
$brand: #f136af;
/* SwiftUI */
Color(red: 0.945, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#f136af")Accessibility — WCAG contrast
Aa
#f136af on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f136af on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow27.4%
Key (black)5.5%
Color previews
#f136af text on a black background
contrast 5.89:1
Card sample
#f136af text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f136af;
Background color
Panel with #f136af background
background-color: #f136af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f136af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f136af; background: linear-gradient(135deg, #f136af, #F13A36);