Navy
#080D4A
BlueColor Codes
All color formats for development
HEX
#080D4ARGB
rgb(8, 13, 74)HSL
hsl(235, 80%, 16%)OKLCH
oklch(0.213 0.11 269.3)CMYK
cmyk(89%, 82%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070C42
2#070B3B
3#060A33
4#05082C
5#040725
6#03051D
7#020416
8#02030F
9#010107
Tints
Lighter variations
1#0C1570
2#111C97
3#1523BD
4#192AE4
5#3E4CEA
6#6570EE
7#8B94F2
8#B2B8F6
9#D8DBFB
Tones
Muted variations
1#0B1046
2#0F1343
3#121640
4#15183C
5#181B39
6#1C1E36
7#1F2133
8#22232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C8 #C3C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959D #959DF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6A #5E6AED | Disabled statesSecondary iconsMuted text |
| 500 | 3040 #3040E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1625 #1625CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121E #121EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D15 #0D1573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080E #080E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C3C8F8;
--navy-300: #959DF3;
--navy-400: #5E6AED;
--navy-500: #3040E8;
--navy-600: #1625CA;
--navy-700: #121EA1;
--navy-800: #0D1573;
--navy-900: #080E49;
--navy-950: #05092E;
}