#ff72ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 114, 186
HSL
329°, 100%, 72%
CMYK
0, 55, 27, 0
Luminance
0.3684
Every format
| HEX | #ff72ba |
| RGB | rgb(255, 114, 186) |
| HSL | hsl(329, 100%, 72%) |
| CMYK | cmyk(0%, 55%, 27%, 0%) |
| LAB | lab(67.2 61.0 -11.5) |
| LCH | lch(67.2 62.1 349.3) |
| OKLCH | oklch(0.741 0.187 350.8) |
Copy-ready code
/* CSS */
color: #ff72ba;
background-color: #ff72ba;
/* Tailwind (arbitrary) */
class="text-[#ff72ba] bg-[#ff72ba]"
/* SCSS */
$brand: #ff72ba;
/* SwiftUI */
Color(red: 1.000, green: 0.447, blue: 0.729)
/* Android */
Color.parseColor("#ff72ba")Accessibility — WCAG contrast
Aa
#ff72ba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff72ba on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ff72ba text on a black background
contrast 8.37:1
Card sample
#ff72ba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff72ba;
Background color
Panel with #ff72ba background
background-color: #ff72ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff72ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 114, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 114, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff72ba; background: linear-gradient(135deg, #ff72ba, #FF8872);