Navy
#080877
BlueColor Codes
All color formats for development
HEX
#080877RGB
rgb(8, 8, 119)HSL
hsl(240, 87%, 25%)OKLCH
oklch(0.268 0.171 266.8)CMYK
cmyk(93%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07076B
2#07075F
3#060653
4#050548
5#04043C
6#030330
7#020224
8#020218
9#01010C
Tints
Lighter variations
1#0B0B9B
2#0D0DBF
3#1010E3
4#2828F0
5#4C4CF3
6#7070F5
7#9494F8
8#B7B7FA
9#DBDBFD
Tones
Muted variations
1#0E0E72
2#13136C
3#191967
4#1E1E61
5#24245B
6#2A2A56
7#2F2F50
8#35354B
9#3A3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F7 | BordersInactive statesPlaceholder text |
| 400 | 5858 #5858F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2828 #2828F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F0F #0F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054C | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFD;
--navy-200: #C1C1FB;
--navy-300: #9191F7;
--navy-400: #5858F3;
--navy-500: #2828F0;
--navy-600: #0F0FD2;
--navy-700: #0C0CA7;
--navy-800: #080877;
--navy-900: #05054C;
--navy-950: #030330;
}