#f35dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 93, 191
HSL
321°, 86%, 66%
CMYK
0, 62, 21, 5
Luminance
0.3064
Every format
| HEX | #f35dbf |
| RGB | rgb(243, 93, 191) |
| HSL | hsl(321, 86%, 66%) |
| CMYK | cmyk(0%, 62%, 21%, 5%) |
| LAB | lab(62.2 67.3 -22.0) |
| LCH | lch(62.2 70.8 341.9) |
| OKLCH | oklch(0.702 0.210 343.8) |
Copy-ready code
/* CSS */
color: #f35dbf;
background-color: #f35dbf;
/* Tailwind (arbitrary) */
class="text-[#f35dbf] bg-[#f35dbf]"
/* SCSS */
$brand: #f35dbf;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#f35dbf")Accessibility — WCAG contrast
Aa
#f35dbf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35dbf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow21.4%
Key (black)4.7%
Color previews
#f35dbf text on a black background
contrast 7.13:1
Card sample
#f35dbf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dbf;
Background color
Panel with #f35dbf background
background-color: #f35dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dbf; background: linear-gradient(135deg, #f35dbf, #F35F5D);