#f360af
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 96, 175
HSL
328°, 86%, 67%
CMYK
0, 61, 28, 5
Luminance
0.3052
Every format
| HEX | #f360af |
| RGB | rgb(243, 96, 175) |
| HSL | hsl(328, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 28%, 5%) |
| LAB | lab(62.1 64.0 -13.1) |
| LCH | lch(62.1 65.3 348.5) |
| OKLCH | oklch(0.699 0.197 350.1) |
Copy-ready code
/* CSS */
color: #f360af;
background-color: #f360af;
/* Tailwind (arbitrary) */
class="text-[#f360af] bg-[#f360af]"
/* SCSS */
$brand: #f360af;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#f360af")Accessibility — WCAG contrast
Aa
#f360af on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f360af on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow28.0%
Key (black)4.7%
Color previews
#f360af text on a black background
contrast 7.10:1
Card sample
#f360af text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f360af;
Background color
Panel with #f360af background
background-color: #f360af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f360af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f360af; background: linear-gradient(135deg, #f360af, #F37360);