Navy
#080F4A
BlueColor Codes
All color formats for development
HEX
#080F4ARGB
rgb(8, 15, 74)HSL
hsl(234, 80%, 16%)OKLCH
oklch(0.216 0.107 268.8)CMYK
cmyk(89%, 80%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070D42
2#070C3B
3#060A33
4#05092C
5#040725
6#03061D
7#020416
8#02030F
9#010107
Tints
Lighter variations
1#0C1670
2#111E97
3#1526BD
4#192EE4
5#3E4FEA
6#6572EE
7#8B96F2
8#B2B9F6
9#D8DCFB
Tones
Muted variations
1#0B1146
2#0F1443
3#121740
4#15193C
5#181C39
6#1C1E36
7#1F2133
8#22242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | 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: #DFE2FB;
--navy-200: #C3C9F8;
--navy-300: #959FF3;
--navy-400: #5E6DED;
--navy-500: #3043E8;
--navy-600: #1628CA;
--navy-700: #1220A1;
--navy-800: #0D1773;
--navy-900: #080F49;
--navy-950: #05092E;
}