#ff72cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 114, 207
HSL
320°, 100%, 72%
CMYK
0, 55, 19, 0
Luminance
0.3780
Every format
| HEX | #ff72cf |
| RGB | rgb(255, 114, 207) |
| HSL | hsl(320, 100%, 72%) |
| CMYK | cmyk(0%, 55%, 19%, 0%) |
| LAB | lab(67.9 63.8 -22.3) |
| LCH | lch(67.9 67.6 340.8) |
| OKLCH | oklch(0.749 0.199 342.7) |
Copy-ready code
/* CSS */
color: #ff72cf;
background-color: #ff72cf;
/* Tailwind (arbitrary) */
class="text-[#ff72cf] bg-[#ff72cf]"
/* SCSS */
$brand: #ff72cf;
/* SwiftUI */
Color(red: 1.000, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#ff72cf")Accessibility — WCAG contrast
Aa
#ff72cf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff72cf on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ff72cf text on a black background
contrast 8.56:1
Card sample
#ff72cf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff72cf;
Background color
Panel with #ff72cf background
background-color: #ff72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff72cf; background: linear-gradient(135deg, #ff72cf, #FF7372);