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