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