Y2K Chrome 2.0
Use #E8E8F0 as the background. Use #A8A8C0 as the primary accent. Use #6060A0 as secondary. Use #2020A0 as body text/supporting color. Palette mood: Y2K Chrome 2.0 — metallic, retro, digital.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Y2K Chrome 2.0 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: 81.2% | 232, 232, 240 | 3%, 3%, 0%, 6% | 240°, 21%, 93% | ||
| Primary Accent Luminance: 40.1% | 168, 168, 192 | 13%, 13%, 0%, 25% | 240°, 16%, 71% | ||
| Secondary Luminance: 13.4% | 96, 96, 160 | 40%, 40%, 0%, 37% | 240°, 25%, 50% | ||
| Body Text Luminance: 3.9% | 32, 32, 160 | 80%, 80%, 0%, 37% | 240°, 67%, 38% |
Color Harmony: Analogous Scheme
The Y2K Chrome 2.0 palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Y2K Chrome 2.0 Color Scheme
To use this Y2K Chrome 2.0 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 #E8E8F0 for the main background and #A8A8C0 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #2020A0 and #E8E8F0 is 9.70:1 (AAA). Ensure your body text remains legible.