#f35fd8
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 95, 216
HSL
311°, 86%, 66%
CMYK
0, 61, 11, 5
Luminance
0.3220
Every format
| HEX | #f35fd8 |
| RGB | rgb(243, 95, 216) |
| HSL | hsl(311, 86%, 66%) |
| CMYK | cmyk(0%, 61%, 11%, 5%) |
| LAB | lab(63.5 70.0 -34.2) |
| LCH | lch(63.5 77.9 334.0) |
| OKLCH | oklch(0.715 0.224 335.5) |
Copy-ready code
/* CSS */
color: #f35fd8;
background-color: #f35fd8;
/* Tailwind (arbitrary) */
class="text-[#f35fd8] bg-[#f35fd8]"
/* SCSS */
$brand: #f35fd8;
/* SwiftUI */
Color(red: 0.953, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#f35fd8")Accessibility — WCAG contrast
Aa
#f35fd8 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35fd8 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.3%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow11.1%
Key (black)4.7%
Color previews
#f35fd8 text on a black background
contrast 7.44:1
Card sample
#f35fd8 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35fd8;
Background color
Panel with #f35fd8 background
background-color: #f35fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35fd8; background: linear-gradient(135deg, #f35fd8, #F35F76);