vibrant
Navy and Rose
4.38:1 contrast ratio —
AA LargeVisual Preview
#001F3FNavy
#FF007FRose
The quick brown fox
Body text — Navy on Rose
Supporting text at reduced opacity
Badge
Reversed — Rose on Navy
Inverted combination preview
Contrast Analysis
Contrast Ratio
4.38:1
AA LargeWCAG AA
✗ Fail
Requires 4.5:1
WCAG AA Large
✓ Pass
Requires 3:1
WCAG AAA
✗ Fail
Requires 7:1
Color Values
Navy
Foreground (Text)
- HEX
- #001F3F
- RGB
- rgb(0, 31, 63)
- HSL
- hsl(210, 100%, 12%)
Rose
Background
- HEX
- #FF007F
- RGB
- rgb(255, 0, 127)
- HSL
- hsl(330, 100%, 50%)
Design Use Cases
- Decorative backgrounds
- Illustration accents
- Infographic elements
- Non-critical UI
Industry Recommendations
Digital Marketing
Consumer Apps
Retail
Social Media
E-commerce
Color Psychology
The Navy tone evokes trust, stability, and professionalism, while Rose brings romance, care, and playfulness. Together, they create a balanced palette suited for compelling visual communication.
Palette Exports
:root {
--color-navy: #001F3F;
--color-rose: #FF007F;
}
.combo-navy-rose {
color: var(--color-navy);
background-color: var(--color-rose);
}Quick Snippets
CSS Variables
:root {
--color-navy: #001F3F;
--color-rose: #FF007F;
}Tailwind CSS
<div class="bg-pink-600 text-slate-900"> Your content here </div>