#f36ad1
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 106, 209
HSL
315°, 85%, 68%
CMYK
0, 56, 14, 5
Luminance
0.3397
Every format
| HEX | #f36ad1 |
| RGB | rgb(243, 106, 209) |
| HSL | hsl(315, 85%, 68%) |
| CMYK | cmyk(0%, 56%, 14%, 5%) |
| LAB | lab(64.9 64.3 -28.0) |
| LCH | lch(64.9 70.1 336.4) |
| OKLCH | oklch(0.724 0.203 338.2) |
Copy-ready code
/* CSS */
color: #f36ad1;
background-color: #f36ad1;
/* Tailwind (arbitrary) */
class="text-[#f36ad1] bg-[#f36ad1]"
/* SCSS */
$brand: #f36ad1;
/* SwiftUI */
Color(red: 0.953, green: 0.416, blue: 0.820)
/* Android */
Color.parseColor("#f36ad1")Accessibility — WCAG contrast
Aa
#f36ad1 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36ad1 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green41.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow14.0%
Key (black)4.7%
Color previews
#f36ad1 text on a black background
contrast 7.79:1
Card sample
#f36ad1 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36ad1;
Background color
Panel with #f36ad1 background
background-color: #f36ad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36ad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 106, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 106, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36ad1; background: linear-gradient(135deg, #f36ad1, #F36A76);