#ff30ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 48, 186
HSL
320°, 100%, 59%
CMYK
0, 81, 27, 0
Luminance
0.2692
Every format
| HEX | #ff30ba |
| RGB | rgb(255, 48, 186) |
| HSL | hsl(320, 100%, 59%) |
| CMYK | cmyk(0%, 81%, 27%, 0%) |
| LAB | lab(58.9 83.9 -24.1) |
| LCH | lch(58.9 87.3 344.0) |
| OKLCH | oklch(0.681 0.263 346.0) |
Copy-ready code
/* CSS */
color: #ff30ba;
background-color: #ff30ba;
/* Tailwind (arbitrary) */
class="text-[#ff30ba] bg-[#ff30ba]"
/* SCSS */
$brand: #ff30ba;
/* SwiftUI */
Color(red: 1.000, green: 0.188, blue: 0.729)
/* Android */
Color.parseColor("#ff30ba")Accessibility — WCAG contrast
Aa
#ff30ba on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff30ba on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow27.1%
Key (black)0.0%
Color previews
#ff30ba text on a black background
contrast 6.38:1
Card sample
#ff30ba text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff30ba;
Background color
Panel with #ff30ba background
background-color: #ff30ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff30ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 48, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 48, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff30ba; background: linear-gradient(135deg, #ff30ba, #FF3030);