#ff4bd6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 75, 214
HSL
314°, 100%, 65%
CMYK
0, 71, 16, 0
Luminance
0.3115
Every format
| HEX | #ff4bd6 |
| RGB | rgb(255, 75, 214) |
| HSL | hsl(314, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 16%, 0%) |
| LAB | lab(62.6 80.0 -34.3) |
| LCH | lch(62.6 87.0 336.8) |
| OKLCH | oklch(0.712 0.255 338.6) |
Copy-ready code
/* CSS */
color: #ff4bd6;
background-color: #ff4bd6;
/* Tailwind (arbitrary) */
class="text-[#ff4bd6] bg-[#ff4bd6]"
/* SCSS */
$brand: #ff4bd6;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.839)
/* Android */
Color.parseColor("#ff4bd6")Accessibility — WCAG contrast
Aa
#ff4bd6 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4bd6 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow16.1%
Key (black)0.0%
Color previews
#ff4bd6 text on a black background
contrast 7.23:1
Card sample
#ff4bd6 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bd6;
Background color
Panel with #ff4bd6 background
background-color: #ff4bd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bd6; background: linear-gradient(135deg, #ff4bd6, #FF4B5E);