Navy
#170B75
BlueColor Codes
All color formats for development
HEX
#170B75RGB
rgb(23, 11, 117)HSL
hsl(247, 83%, 25%)OKLCH
oklch(0.276 0.162 272.7)CMYK
cmyk(80%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150A69
2#13095D
3#100852
4#0E0746
5#0C053A
6#09042F
7#070323
8#050217
9#02010C
Tints
Lighter variations
1#1E0E98
2#2511BB
3#2C15DE
4#432DEB
5#6350EF
6#8273F2
7#A196F5
8#C0B9F8
9#E0DCFC
Tones
Muted variations
1#1B106F
2#1F156A
3#231B65
4#27205F
5#2B255A
6#302B55
7#343050
8#38354A
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F5 | BordersInactive statesPlaceholder text |
| 400 | 6D5C #6D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 432D #432DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2913 #2913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200F #200FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170B #170B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DEFC;
--navy-200: #C9C2F9;
--navy-300: #9F94F5;
--navy-400: #6D5CF0;
--navy-500: #432DEB;
--navy-600: #2913CD;
--navy-700: #200FA3;
--navy-800: #170B75;
--navy-900: #0F074B;
--navy-950: #09042F;
}