Navy
#080878
BlueColor Codes
All color formats for development
HEX
#080878RGB
rgb(8, 8, 120)HSL
hsl(240, 88%, 25%)OKLCH
oklch(0.27 0.172 266.7)CMYK
cmyk(93%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07076C
2#060660
3#050554
4#050548
5#04043C
6#030330
7#020224
8#020218
9#01010C
Tints
Lighter variations
1#0A0A9C
2#0C0CC0
3#0F0FE4
4#2727F1
5#4B4BF4
6#6F6FF6
7#9393F8
8#B7B7FA
9#DBDBFD
Tones
Muted variations
1#0D0D72
2#13136D
3#181867
4#1E1E61
5#24245C
6#292956
7#2F2F51
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 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | 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: #DDDDFD;
--navy-200: #C1C1FB;
--navy-300: #9191F8;
--navy-400: #5757F4;
--navy-500: #2727F1;
--navy-600: #0D0DD3;
--navy-700: #0B0BA8;
--navy-800: #080878;
--navy-900: #05054D;
--navy-950: #030330;
}