#ff30cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 48, 207
HSL
314°, 100%, 59%
CMYK
0, 81, 19, 0
Luminance
0.2788
Every format
| HEX | #ff30cf |
| RGB | rgb(255, 48, 207) |
| HSL | hsl(314, 100%, 59%) |
| CMYK | cmyk(0%, 81%, 19%, 0%) |
| LAB | lab(59.8 86.3 -34.7) |
| LCH | lch(59.8 93.0 338.1) |
| OKLCH | oklch(0.690 0.275 340.0) |
Copy-ready code
/* CSS */
color: #ff30cf;
background-color: #ff30cf;
/* Tailwind (arbitrary) */
class="text-[#ff30cf] bg-[#ff30cf]"
/* SCSS */
$brand: #ff30cf;
/* SwiftUI */
Color(red: 1.000, green: 0.188, blue: 0.812)
/* Android */
Color.parseColor("#ff30cf")Accessibility — WCAG contrast
Aa
#ff30cf on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff30cf on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ff30cf text on a black background
contrast 6.58:1
Card sample
#ff30cf text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff30cf;
Background color
Panel with #ff30cf background
background-color: #ff30cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff30cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 48, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 48, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff30cf; background: linear-gradient(135deg, #ff30cf, #FF3045);