Navy
#080849
BlueColor Codes
All color formats for development
HEX
#080849RGB
rgb(8, 8, 73)HSL
hsl(240, 80%, 16%)OKLCH
oklch(0.203 0.114 270.3)CMYK
cmyk(89%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070742
2#07073B
3#060633
4#05052C
5#040425
6#03031D
7#020216
8#02020F
9#010107
Tints
Lighter variations
1#0C0C70
2#111197
3#1515BD
4#1919E4
5#3E3EEA
6#6565EE
7#8B8BF2
8#B2B2F6
9#D8D8FB
Tones
Muted variations
1#0B0B46
2#0F0F43
3#121240
4#15153C
5#181839
6#1C1C36
7#1F1F33
8#22222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C3F8;
--navy-300: #9595F3;
--navy-400: #5E5EED;
--navy-500: #3030E8;
--navy-600: #1616CA;
--navy-700: #1212A1;
--navy-800: #0D0D73;
--navy-900: #080849;
--navy-950: #05052E;
}