#f35bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 91, 201
HSL
317°, 86%, 66%
CMYK
0, 63, 17, 5
Luminance
0.3075
Every format
| HEX | #f35bc9 |
| RGB | rgb(243, 91, 201) |
| HSL | hsl(317, 86%, 66%) |
| CMYK | cmyk(0%, 63%, 17%, 5%) |
| LAB | lab(62.3 69.4 -27.6) |
| LCH | lch(62.3 74.7 338.3) |
| OKLCH | oklch(0.704 0.219 340.2) |
Copy-ready code
/* CSS */
color: #f35bc9;
background-color: #f35bc9;
/* Tailwind (arbitrary) */
class="text-[#f35bc9] bg-[#f35bc9]"
/* SCSS */
$brand: #f35bc9;
/* SwiftUI */
Color(red: 0.953, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#f35bc9")Accessibility — WCAG contrast
Aa
#f35bc9 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35bc9 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green35.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow17.3%
Key (black)4.7%
Color previews
#f35bc9 text on a black background
contrast 7.15:1
Card sample
#f35bc9 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35bc9;
Background color
Panel with #f35bc9 background
background-color: #f35bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35bc9; background: linear-gradient(135deg, #f35bc9, #F35B64);