#f35fd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 95, 208
HSL
314°, 86%, 66%
CMYK
0, 61, 14, 5
Luminance
0.3179
Every format
| HEX | #f35fd0 |
| RGB | rgb(243, 95, 208) |
| HSL | hsl(314, 86%, 66%) |
| CMYK | cmyk(0%, 61%, 14%, 5%) |
| LAB | lab(63.2 68.8 -30.2) |
| LCH | lch(63.2 75.2 336.3) |
| OKLCH | oklch(0.711 0.218 338.1) |
Copy-ready code
/* CSS */
color: #f35fd0;
background-color: #f35fd0;
/* Tailwind (arbitrary) */
class="text-[#f35fd0] bg-[#f35fd0]"
/* SCSS */
$brand: #f35fd0;
/* SwiftUI */
Color(red: 0.953, green: 0.373, blue: 0.816)
/* Android */
Color.parseColor("#f35fd0")Accessibility — WCAG contrast
Aa
#f35fd0 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35fd0 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.3%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow14.4%
Key (black)4.7%
Color previews
#f35fd0 text on a black background
contrast 7.36:1
Card sample
#f35fd0 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35fd0;
Background color
Panel with #f35fd0 background
background-color: #f35fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 95, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 95, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35fd0; background: linear-gradient(135deg, #f35fd0, #F35F6D);