#ff72fe
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 114, 254
HSL
300°, 100%, 72%
CMYK
0, 55, 0, 0
Luminance
0.4045
Every format
| HEX | #ff72fe |
| RGB | rgb(255, 114, 254) |
| HSL | hsl(300, 100%, 72%) |
| CMYK | cmyk(0%, 55%, 0%, 0%) |
| LAB | lab(69.8 71.0 -45.3) |
| LCH | lch(69.8 84.3 327.5) |
| OKLCH | oklch(0.769 0.234 327.8) |
Copy-ready code
/* CSS */
color: #ff72fe;
background-color: #ff72fe;
/* Tailwind (arbitrary) */
class="text-[#ff72fe] bg-[#ff72fe]"
/* SCSS */
$brand: #ff72fe;
/* SwiftUI */
Color(red: 1.000, green: 0.447, blue: 0.996)
/* Android */
Color.parseColor("#ff72fe")Accessibility — WCAG contrast
Aa
#ff72fe on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff72fe on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.7%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow0.4%
Key (black)0.0%
Color previews
#ff72fe text on a black background
contrast 9.09:1
Card sample
#ff72fe text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff72fe;
Background color
Panel with #ff72fe background
background-color: #ff72fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff72fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 114, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 114, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff72fe; background: linear-gradient(135deg, #ff72fe, #FF72A0);