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