#ff83df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 131, 223
HSL
316°, 100%, 76%
CMYK
0, 49, 13, 0
Luminance
0.4282
Every format
| HEX | #ff83df |
| RGB | rgb(255, 131, 223) |
| HSL | hsl(316, 100%, 76%) |
| CMYK | cmyk(0%, 49%, 13%, 0%) |
| LAB | lab(71.4 58.3 -25.7) |
| LCH | lch(71.4 63.7 336.2) |
| OKLCH | oklch(0.777 0.184 337.9) |
Copy-ready code
/* CSS */
color: #ff83df;
background-color: #ff83df;
/* Tailwind (arbitrary) */
class="text-[#ff83df] bg-[#ff83df]"
/* SCSS */
$brand: #ff83df;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#ff83df")Accessibility — WCAG contrast
Aa
#ff83df on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff83df on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff83df text on a black background
contrast 9.56:1
Card sample
#ff83df text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff83df;
Background color
Panel with #ff83df background
background-color: #ff83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff83df; background: linear-gradient(135deg, #ff83df, #FF838C);