Navy
#080C4A
BlueColor Codes
All color formats for development
HEX
#080C4ARGB
rgb(8, 12, 74)HSL
hsl(236, 80%, 16%)OKLCH
oklch(0.211 0.111 269.5)CMYK
cmyk(89%, 84%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070B42
2#070A3B
3#060933
4#05082C
5#040625
6#03051D
7#020416
8#02030F
9#010107
Tints
Lighter variations
1#0C1370
2#111A97
3#1520BD
4#1927E4
5#3E4AEA
6#656EEE
7#8B92F2
8#B2B6F6
9#D8DBFB
Tones
Muted variations
1#0B0F46
2#0F1243
3#121540
4#15183C
5#181B39
6#1C1D36
7#1F2033
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 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C3C7F8;
--navy-300: #959CF3;
--navy-400: #5E68ED;
--navy-500: #303DE8;
--navy-600: #1622CA;
--navy-700: #121BA1;
--navy-800: #0D1473;
--navy-900: #080D49;
--navy-950: #05082E;
}