Navy
#073378
BlueColor Codes
All color formats for development
HEX
#073378RGB
rgb(7, 51, 120)HSL
hsl(217, 89%, 25%)OKLCH
oklch(0.34 0.127 259.9)CMYK
cmyk(94%, 58%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062D6C
2#062860
3#052354
4#041E48
5#04193C
6#031430
7#020F24
8#010A18
9#01050C
Tints
Lighter variations
1#09429D
2#0B51C1
3#0D60E5
4#2674F2
5#4A8CF4
6#6EA3F7
7#93BAF9
8#B7D1FB
9#DBE8FD
Tones
Muted variations
1#0D3473
2#12356D
3#183667
4#1E3862
5#23395C
6#293A56
7#2F3C51
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 | C0D7 #C0D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5693 #5693F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2674 #2674F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C59 #0C59D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A47 #0A47A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0733 #073378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F6FE;
--navy-100: #DDE9FD;
--navy-200: #C0D7FB;
--navy-300: #90B8F9;
--navy-400: #5693F5;
--navy-500: #2674F2;
--navy-600: #0C59D4;
--navy-700: #0A47A9;
--navy-800: #073378;
--navy-900: #04204D;
--navy-950: #031430;
}