Vice City
#ee00dd
Here's everything about the color Vice City (#ee00dd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee00dd | |
|---|---|---|
| RGB | rgb(238, 0, 221) | |
| HSL | hsl(304, 100%, 47%) | |
| CMYK | cmyk(0%, 100%, 7%, 7%) | |
| LAB | lab(55, 87, -49) | |
| OKLCH | oklch(0.66 0.296 332) |
Color harmonies
Tints & shades
Code snippets
color: #ee00dd;
background-color: #ee00dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFEE00DD)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.00, blue: 0.87, alpha: 1.0)