#f35dbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 93, 188
HSL
322°, 86%, 66%
CMYK
0, 62, 23, 5
Luminance
0.3051
Every format
| HEX | #f35dbc |
| RGB | rgb(243, 93, 188) |
| HSL | hsl(322, 86%, 66%) |
| CMYK | cmyk(0%, 62%, 23%, 5%) |
| LAB | lab(62.1 66.9 -20.5) |
| LCH | lch(62.1 69.9 343.0) |
| OKLCH | oklch(0.701 0.208 344.9) |
Copy-ready code
/* CSS */
color: #f35dbc;
background-color: #f35dbc;
/* Tailwind (arbitrary) */
class="text-[#f35dbc] bg-[#f35dbc]"
/* SCSS */
$brand: #f35dbc;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 0.737)
/* Android */
Color.parseColor("#f35dbc")Accessibility — WCAG contrast
Aa
#f35dbc on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35dbc on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow22.6%
Key (black)4.7%
Color previews
#f35dbc text on a black background
contrast 7.10:1
Card sample
#f35dbc text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dbc;
Background color
Panel with #f35dbc background
background-color: #f35dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dbc; background: linear-gradient(135deg, #f35dbc, #F3625D);