#f36cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 108, 210
HSL
315°, 85%, 69%
CMYK
0, 56, 14, 5
Luminance
0.3443
Every format
| HEX | #f36cd2 |
| RGB | rgb(243, 108, 210) |
| HSL | hsl(315, 85%, 69%) |
| CMYK | cmyk(0%, 56%, 14%, 5%) |
| LAB | lab(65.3 63.5 -28.0) |
| LCH | lch(65.3 69.4 336.2) |
| OKLCH | oklch(0.727 0.201 337.9) |
Copy-ready code
/* CSS */
color: #f36cd2;
background-color: #f36cd2;
/* Tailwind (arbitrary) */
class="text-[#f36cd2] bg-[#f36cd2]"
/* SCSS */
$brand: #f36cd2;
/* SwiftUI */
Color(red: 0.953, green: 0.424, blue: 0.824)
/* Android */
Color.parseColor("#f36cd2")Accessibility — WCAG contrast
Aa
#f36cd2 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36cd2 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green42.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow13.6%
Key (black)4.7%
Color previews
#f36cd2 text on a black background
contrast 7.89:1
Card sample
#f36cd2 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36cd2;
Background color
Panel with #f36cd2 background
background-color: #f36cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 108, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 108, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36cd2; background: linear-gradient(135deg, #f36cd2, #F36C78);