#f36ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 106, 206
HSL
316°, 85%, 68%
CMYK
0, 56, 15, 5
Luminance
0.3382
Every format
| HEX | #f36ace |
| RGB | rgb(243, 106, 206) |
| HSL | hsl(316, 85%, 68%) |
| CMYK | cmyk(0%, 56%, 15%, 5%) |
| LAB | lab(64.8 63.8 -26.5) |
| LCH | lch(64.8 69.1 337.4) |
| OKLCH | oklch(0.723 0.201 339.3) |
Copy-ready code
/* CSS */
color: #f36ace;
background-color: #f36ace;
/* Tailwind (arbitrary) */
class="text-[#f36ace] bg-[#f36ace]"
/* SCSS */
$brand: #f36ace;
/* SwiftUI */
Color(red: 0.953, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#f36ace")Accessibility — WCAG contrast
Aa
#f36ace on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36ace on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow15.2%
Key (black)4.7%
Color previews
#f36ace text on a black background
contrast 7.76:1
Card sample
#f36ace text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36ace;
Background color
Panel with #f36ace background
background-color: #f36ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36ace; background: linear-gradient(135deg, #f36ace, #F36A73);