#f35abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 90, 188
HSL
322°, 86%, 65%
CMYK
0, 63, 23, 5
Luminance
0.3000
Every format
| HEX | #f35abc |
| RGB | rgb(243, 90, 188) |
| HSL | hsl(322, 86%, 65%) |
| CMYK | cmyk(0%, 63%, 23%, 5%) |
| LAB | lab(61.7 68.1 -21.2) |
| LCH | lch(61.7 71.3 342.7) |
| OKLCH | oklch(0.697 0.212 344.6) |
Copy-ready code
/* CSS */
color: #f35abc;
background-color: #f35abc;
/* Tailwind (arbitrary) */
class="text-[#f35abc] bg-[#f35abc]"
/* SCSS */
$brand: #f35abc;
/* SwiftUI */
Color(red: 0.953, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#f35abc")Accessibility — WCAG contrast
Aa
#f35abc on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f35abc on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green35.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow22.6%
Key (black)4.7%
Color previews
#f35abc text on a black background
contrast 7.00:1
Card sample
#f35abc text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35abc;
Background color
Panel with #f35abc background
background-color: #f35abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35abc; background: linear-gradient(135deg, #f35abc, #F35E5A);