Navy
#072778
BlueColor Codes
All color formats for development
HEX
#072778RGB
rgb(7, 39, 120)HSL
hsl(223, 89%, 25%)OKLCH
oklch(0.315 0.143 263.6)CMYK
cmyk(94%, 68%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06236C
2#061F60
3#051B54
4#041748
5#04143C
6#031030
7#020C24
8#010818
9#01040C
Tints
Lighter variations
1#09339D
2#0B3FC1
3#0D4AE5
4#2660F2
5#4A7AF4
6#6E95F7
7#93AFF9
8#B7CAFB
9#DBE4FD
Tones
Muted variations
1#0D2A73
2#122C6D
3#182F67
4#1E3162
5#23335C
6#293656
7#2F3851
8#343B4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AE #90AEF9 | BordersInactive statesPlaceholder text |
| 400 | 5683 #5683F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2660 #2660F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C45 #0C45D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A37 #0A37A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0727 #072778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DDE6FD;
--navy-200: #C0D1FB;
--navy-300: #90AEF9;
--navy-400: #5683F5;
--navy-500: #2660F2;
--navy-600: #0C45D4;
--navy-700: #0A37A9;
--navy-800: #072778;
--navy-900: #04194D;
--navy-950: #031030;
}