Navy
#073178
BlueColor Codes
All color formats for development
HEX
#073178RGB
rgb(7, 49, 120)HSL
hsl(218, 89%, 25%)OKLCH
oklch(0.336 0.13 260.7)CMYK
cmyk(94%, 59%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062C6C
2#062760
3#052254
4#041D48
5#04183C
6#031330
7#020F24
8#010A18
9#01050C
Tints
Lighter variations
1#093F9D
2#0B4EC1
3#0D5CE5
4#2671F2
5#4A89F4
6#6EA0F7
7#93B8F9
8#B7D0FB
9#DBE7FD
Tones
Muted variations
1#0D3273
2#12346D
3#183567
4#1E3762
5#23385C
6#293A56
7#2F3B51
8#343D4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B6 #90B6F9 | BordersInactive statesPlaceholder text |
| 400 | 5691 #5691F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2671 #2671F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C56 #0C56D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A44 #0A44A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0731 #073178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DDE9FD;
--navy-200: #C0D6FB;
--navy-300: #90B6F9;
--navy-400: #5691F5;
--navy-500: #2671F2;
--navy-600: #0C56D4;
--navy-700: #0A44A9;
--navy-800: #073178;
--navy-900: #041F4D;
--navy-950: #031330;
}