#f35dec
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 93, 236
HSL
303°, 86%, 66%
CMYK
0, 62, 3, 5
Luminance
0.3294
Every format
| HEX | #f35dec |
| RGB | rgb(243, 93, 236) |
| HSL | hsl(303, 86%, 66%) |
| CMYK | cmyk(0%, 62%, 3%, 5%) |
| LAB | lab(64.1 73.9 -44.4) |
| LCH | lch(64.1 86.2 329.0) |
| OKLCH | oklch(0.722 0.242 329.6) |
Copy-ready code
/* CSS */
color: #f35dec;
background-color: #f35dec;
/* Tailwind (arbitrary) */
class="text-[#f35dec] bg-[#f35dec]"
/* SCSS */
$brand: #f35dec;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 0.925)
/* Android */
Color.parseColor("#f35dec")Accessibility — WCAG contrast
Aa
#f35dec on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35dec on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow2.9%
Key (black)4.7%
Color previews
#f35dec text on a black background
contrast 7.59:1
Card sample
#f35dec text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dec;
Background color
Panel with #f35dec background
background-color: #f35dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dec; background: linear-gradient(135deg, #f35dec, #F35D88);