Navy
#082978
BlueColor Codes
All color formats for development
HEX
#082978RGB
rgb(8, 41, 120)HSL
hsl(222, 88%, 25%)OKLCH
oklch(0.319 0.14 263.3)CMYK
cmyk(93%, 66%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07256C
2#062160
3#051D54
4#051948
5#04153C
6#031130
7#020C24
8#020818
9#01040C
Tints
Lighter variations
1#0A369C
2#0C42C0
3#0F4EE4
4#2764F1
5#4B7EF4
6#6F98F6
7#93B1F8
8#B7CBFA
9#DBE5FD
Tones
Muted variations
1#0D2C72
2#132E6D
3#183067
4#1E3261
5#24355C
6#293756
7#2F3951
8#353B4B
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 | C1D2 #C1D2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B0 #91B0F8 | BordersInactive statesPlaceholder text |
| 400 | 5786 #5786F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2764 #2764F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D49 #0D49D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3A #0B3AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0829 #082978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051A #051A4D | 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: #C1D2FB;
--navy-300: #91B0F8;
--navy-400: #5786F4;
--navy-500: #2764F1;
--navy-600: #0D49D3;
--navy-700: #0B3AA8;
--navy-800: #082978;
--navy-900: #051A4D;
--navy-950: #031130;
}