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