#ff84db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 132, 219
HSL
318°, 100%, 76%
CMYK
0, 48, 14, 0
Luminance
0.4288
Every format
| HEX | #ff84db |
| RGB | rgb(255, 132, 219) |
| HSL | hsl(318, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 14%, 0%) |
| LAB | lab(71.5 57.2 -23.4) |
| LCH | lch(71.5 61.8 337.7) |
| OKLCH | oklch(0.777 0.179 339.5) |
Copy-ready code
/* CSS */
color: #ff84db;
background-color: #ff84db;
/* Tailwind (arbitrary) */
class="text-[#ff84db] bg-[#ff84db]"
/* SCSS */
$brand: #ff84db;
/* SwiftUI */
Color(red: 1.000, green: 0.518, blue: 0.859)
/* Android */
Color.parseColor("#ff84db")Accessibility — WCAG contrast
Aa
#ff84db on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff84db on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow14.1%
Key (black)0.0%
Color previews
#ff84db text on a black background
contrast 9.58:1
Card sample
#ff84db text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff84db;
Background color
Panel with #ff84db background
background-color: #ff84db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff84db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 132, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 132, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff84db; background: linear-gradient(135deg, #ff84db, #FF8489);