#ff3fce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 63, 206
HSL
315°, 100%, 62%
CMYK
0, 75, 19, 0
Luminance
0.2927
Every format
| HEX | #ff3fce |
| RGB | rgb(255, 63, 206) |
| HSL | hsl(315, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 19%, 0%) |
| LAB | lab(61.0 82.5 -32.2) |
| LCH | lch(61.0 88.6 338.7) |
| OKLCH | oklch(0.699 0.262 340.6) |
Copy-ready code
/* CSS */
color: #ff3fce;
background-color: #ff3fce;
/* Tailwind (arbitrary) */
class="text-[#ff3fce] bg-[#ff3fce]"
/* SCSS */
$brand: #ff3fce;
/* SwiftUI */
Color(red: 1.000, green: 0.247, blue: 0.808)
/* Android */
Color.parseColor("#ff3fce")Accessibility — WCAG contrast
Aa
#ff3fce on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3fce on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green24.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow19.2%
Key (black)0.0%
Color previews
#ff3fce text on a black background
contrast 6.85:1
Card sample
#ff3fce text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3fce;
Background color
Panel with #ff3fce background
background-color: #ff3fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 63, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 63, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3fce; background: linear-gradient(135deg, #ff3fce, #FF3F4E);