#f35fef
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 95, 239
HSL
302°, 86%, 66%
CMYK
0, 61, 2, 5
Luminance
0.3347
Every format
| HEX | #f35fef |
| RGB | rgb(243, 95, 239) |
| HSL | hsl(302, 86%, 66%) |
| CMYK | cmyk(0%, 61%, 2%, 5%) |
| LAB | lab(64.5 73.6 -45.4) |
| LCH | lch(64.5 86.4 328.3) |
| OKLCH | oklch(0.726 0.241 328.8) |
Copy-ready code
/* CSS */
color: #f35fef;
background-color: #f35fef;
/* Tailwind (arbitrary) */
class="text-[#f35fef] bg-[#f35fef]"
/* SCSS */
$brand: #f35fef;
/* SwiftUI */
Color(red: 0.953, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#f35fef")Accessibility — WCAG contrast
Aa
#f35fef on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35fef on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow1.6%
Key (black)4.7%
Color previews
#f35fef text on a black background
contrast 7.69:1
Card sample
#f35fef text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35fef;
Background color
Panel with #f35fef background
background-color: #f35fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35fef; background: linear-gradient(135deg, #f35fef, #F35F8C);