Navy
#082778
BlueColor Codes
All color formats for development
HEX
#082778RGB
rgb(8, 39, 120)HSL
hsl(223, 88%, 25%)OKLCH
oklch(0.315 0.142 263.8)CMYK
cmyk(93%, 68%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07236C
2#062060
3#051C54
4#051848
5#04143C
6#031030
7#020C24
8#020818
9#01040C
Tints
Lighter variations
1#0A339C
2#0C3FC0
3#0F4BE4
4#2760F1
5#4B7BF4
6#6F95F6
7#93B0F8
8#B7CAFA
9#DBE5FD
Tones
Muted variations
1#0D2A72
2#132C6D
3#182F67
4#1E3161
5#24345C
6#293656
7#2F3851
8#353B4B
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 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | 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: #C1D1FB;
--navy-300: #91AEF8;
--navy-400: #5784F4;
--navy-500: #2760F1;
--navy-600: #0D45D3;
--navy-700: #0B37A8;
--navy-800: #082778;
--navy-900: #05194D;
--navy-950: #031030;
}