Navy
#082B78
BlueColor Codes
All color formats for development
HEX
#082B78RGB
rgb(8, 43, 120)HSL
hsl(221, 88%, 25%)OKLCH
oklch(0.323 0.137 262.8)CMYK
cmyk(93%, 64%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07276C
2#062360
3#051E54
4#051A48
5#04163C
6#031130
7#020D24
8#020918
9#01040C
Tints
Lighter variations
1#0A389C
2#0C45C0
3#0F52E4
4#2767F1
5#4B81F4
6#6F9AF6
7#93B3F8
8#B7CCFA
9#DBE6FD
Tones
Muted variations
1#0D2D72
2#132F6D
3#183167
4#1E3361
5#24355C
6#293856
7#2F3A51
8#353C4B
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D3 #C1D3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B1 #91B1F8 | BordersInactive statesPlaceholder text |
| 400 | 5789 #5789F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2767 #2767F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D4C #0D4CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3C #0B3CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082B #082B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051C #051C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DDE7FD;
--navy-200: #C1D3FB;
--navy-300: #91B1F8;
--navy-400: #5789F4;
--navy-500: #2767F1;
--navy-600: #0D4CD3;
--navy-700: #0B3CA8;
--navy-800: #082B78;
--navy-900: #051C4D;
--navy-950: #031130;
}