Miami Vice
Use #F5F5F5 as the background. Use #FF6B9D as the primary accent. Use #00BFFF as secondary. Use #FF8C00 as body text/supporting color. Palette mood: Miami Vice — vibrant, warm, cool.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Miami Vice color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 91.3% | 245, 245, 245 | 0%, 0%, 0%, 4% | 0°, 0%, 96% | ||
| Primary Accent Luminance: 34.2% | 255, 107, 157 | 0%, 58%, 38%, 0% | 340°, 100%, 71% | ||
| Secondary Luminance: 44.5% | 0, 191, 255 | 100%, 25%, 0%, 0% | 195°, 100%, 50% | ||
| Body Text Luminance: 40.0% | 255, 140, 0 | 0%, 45%, 100%, 0% | 33°, 100%, 50% |
Color Harmony: Triadic Scheme
The Miami Vice palette is built using a triadic relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A triadic palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Miami Vice Color Scheme
To use this Miami Vice color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #F5F5F5 for the main background and #FF6B9D for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #FF8C00 and #F5F5F5 is 2.14:1 (Fail). Ensure your body text remains legible.