#ff81df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 129, 223
HSL
315°, 100%, 75%
CMYK
0, 49, 13, 0
Luminance
0.4229
Every format
| HEX | #ff81df |
| RGB | rgb(255, 129, 223) |
| HSL | hsl(315, 100%, 75%) |
| CMYK | cmyk(0%, 49%, 13%, 0%) |
| LAB | lab(71.1 59.3 -26.3) |
| LCH | lch(71.1 64.8 336.1) |
| OKLCH | oklch(0.775 0.187 337.8) |
Copy-ready code
/* CSS */
color: #ff81df;
background-color: #ff81df;
/* Tailwind (arbitrary) */
class="text-[#ff81df] bg-[#ff81df]"
/* SCSS */
$brand: #ff81df;
/* SwiftUI */
Color(red: 1.000, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#ff81df")Accessibility — WCAG contrast
Aa
#ff81df on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff81df on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ff81df text on a black background
contrast 9.46:1
Card sample
#ff81df text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff81df;
Background color
Panel with #ff81df background
background-color: #ff81df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff81df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff81df; background: linear-gradient(135deg, #ff81df, #FF818B);