#f35dae
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 93, 174
HSL
328°, 86%, 66%
CMYK
0, 62, 28, 5
Luminance
0.2994
Every format
| HEX | #f35dae |
| RGB | rgb(243, 93, 174) |
| HSL | hsl(328, 86%, 66%) |
| CMYK | cmyk(0%, 62%, 28%, 5%) |
| LAB | lab(61.6 65.1 -13.2) |
| LCH | lch(61.6 66.4 348.5) |
| OKLCH | oklch(0.695 0.201 350.1) |
Copy-ready code
/* CSS */
color: #f35dae;
background-color: #f35dae;
/* Tailwind (arbitrary) */
class="text-[#f35dae] bg-[#f35dae]"
/* SCSS */
$brand: #f35dae;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 0.682)
/* Android */
Color.parseColor("#f35dae")Accessibility — WCAG contrast
Aa
#f35dae on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f35dae on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow28.4%
Key (black)4.7%
Color previews
#f35dae text on a black background
contrast 6.99:1
Card sample
#f35dae text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dae;
Background color
Panel with #f35dae background
background-color: #f35dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dae; background: linear-gradient(135deg, #f35dae, #F3705D);