#f136cb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 54, 203
HSL
312°, 87%, 58%
CMYK
0, 78, 16, 6
Luminance
0.2565
Every format
| HEX | #f136cb |
| RGB | rgb(241, 54, 203) |
| HSL | hsl(312, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 16%, 6%) |
| LAB | lab(57.7 81.5 -35.9) |
| LCH | lch(57.7 89.0 336.2) |
| OKLCH | oklch(0.670 0.261 338.0) |
Copy-ready code
/* CSS */
color: #f136cb;
background-color: #f136cb;
/* Tailwind (arbitrary) */
class="text-[#f136cb] bg-[#f136cb]"
/* SCSS */
$brand: #f136cb;
/* SwiftUI */
Color(red: 0.945, green: 0.212, blue: 0.796)
/* Android */
Color.parseColor("#f136cb")Accessibility — WCAG contrast
Aa
#f136cb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f136cb on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow15.8%
Key (black)5.5%
Color previews
#f136cb text on a black background
contrast 6.13:1
Card sample
#f136cb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f136cb;
Background color
Panel with #f136cb background
background-color: #f136cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f136cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 54, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 54, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f136cb; background: linear-gradient(135deg, #f136cb, #F1364E);