#f362cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 98, 207
HSL
315°, 86%, 67%
CMYK
0, 60, 15, 5
Luminance
0.3230
Every format
| HEX | #f362cf |
| RGB | rgb(243, 98, 207) |
| HSL | hsl(315, 86%, 67%) |
| CMYK | cmyk(0%, 60%, 15%, 5%) |
| LAB | lab(63.6 67.4 -29.0) |
| LCH | lch(63.6 73.4 336.7) |
| OKLCH | oklch(0.714 0.214 338.5) |
Copy-ready code
/* CSS */
color: #f362cf;
background-color: #f362cf;
/* Tailwind (arbitrary) */
class="text-[#f362cf] bg-[#f362cf]"
/* SCSS */
$brand: #f362cf;
/* SwiftUI */
Color(red: 0.953, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#f362cf")Accessibility — WCAG contrast
Aa
#f362cf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f362cf on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green38.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow14.8%
Key (black)4.7%
Color previews
#f362cf text on a black background
contrast 7.46:1
Card sample
#f362cf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f362cf;
Background color
Panel with #f362cf background
background-color: #f362cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f362cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f362cf; background: linear-gradient(135deg, #f362cf, #F3626E);