Navy
#073478
BlueColor Codes
All color formats for development
HEX
#073478RGB
rgb(7, 52, 120)HSL
hsl(216, 89%, 25%)OKLCH
oklch(0.343 0.126 259.6)CMYK
cmyk(94%, 57%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062F6C
2#062A60
3#052554
4#041F48
5#041A3C
6#031530
7#021024
8#010A18
9#01050C
Tints
Lighter variations
1#09449D
2#0B54C1
3#0D64E5
4#2678F2
5#4A8EF4
6#6EA5F7
7#93BBF9
8#B7D2FB
9#DBE8FD
Tones
Muted variations
1#0D3673
2#12376D
3#183867
4#1E3962
5#233A5C
6#293B56
7#2F3C51
8#343D4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DDEAFD;
--navy-200: #C0D8FB;
--navy-300: #90BAF9;
--navy-400: #5696F5;
--navy-500: #2678F2;
--navy-600: #0C5CD4;
--navy-700: #0A49A9;
--navy-800: #073478;
--navy-900: #04224D;
--navy-950: #031530;
}