#f360e6
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 96, 230
HSL
305°, 86%, 67%
CMYK
0, 61, 5, 5
Luminance
0.3313
Every format
| HEX | #f360e6 |
| RGB | rgb(243, 96, 230) |
| HSL | hsl(305, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 5%, 5%) |
| LAB | lab(64.3 71.7 -40.8) |
| LCH | lch(64.3 82.5 330.4) |
| OKLCH | oklch(0.722 0.233 331.3) |
Copy-ready code
/* CSS */
color: #f360e6;
background-color: #f360e6;
/* Tailwind (arbitrary) */
class="text-[#f360e6] bg-[#f360e6]"
/* SCSS */
$brand: #f360e6;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.902)
/* Android */
Color.parseColor("#f360e6")Accessibility — WCAG contrast
Aa
#f360e6 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f360e6 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow5.3%
Key (black)4.7%
Color previews
#f360e6 text on a black background
contrast 7.63:1
Card sample
#f360e6 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f360e6;
Background color
Panel with #f360e6 background
background-color: #f360e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f360e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f360e6; background: linear-gradient(135deg, #f360e6, #F36084);