#f36fdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 111, 219
HSL
311°, 85%, 69%
CMYK
0, 54, 10, 5
Luminance
0.3554
Every format
| HEX | #f36fdb |
| RGB | rgb(243, 111, 219) |
| HSL | hsl(311, 85%, 69%) |
| CMYK | cmyk(0%, 54%, 10%, 5%) |
| LAB | lab(66.2 63.6 -31.7) |
| LCH | lch(66.2 71.0 333.5) |
| OKLCH | oklch(0.735 0.203 335.0) |
Copy-ready code
/* CSS */
color: #f36fdb;
background-color: #f36fdb;
/* Tailwind (arbitrary) */
class="text-[#f36fdb] bg-[#f36fdb]"
/* SCSS */
$brand: #f36fdb;
/* SwiftUI */
Color(red: 0.953, green: 0.435, blue: 0.859)
/* Android */
Color.parseColor("#f36fdb")Accessibility — WCAG contrast
Aa
#f36fdb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f36fdb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green43.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow9.9%
Key (black)4.7%
Color previews
#f36fdb text on a black background
contrast 8.11:1
Card sample
#f36fdb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36fdb;
Background color
Panel with #f36fdb background
background-color: #f36fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 111, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 111, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36fdb; background: linear-gradient(135deg, #f36fdb, #F36F83);