Navy
#170D73
BlueColor Codes
All color formats for development
HEX
#170D73RGB
rgb(23, 13, 115)HSL
hsl(246, 80%, 25%)OKLCH
oklch(0.275 0.159 272.9)CMYK
cmyk(80%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150B67
2#120A5C
3#100950
4#0E0845
5#0B0639
6#09052E
7#070422
8#050317
9#02010B
Tints
Lighter variations
1#1E1195
2#2514B8
3#2C18DA
4#4330E8
5#6253EC
6#8275F0
7#A198F4
8#C0BAF7
9#E0DDFB
Tones
Muted variations
1#1B126E
2#1F1769
3#231C63
4#27215E
5#2B2659
6#2F2B54
7#34304F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C3F8;
--navy-300: #9F95F3;
--navy-400: #6D5EED;
--navy-500: #4330E8;
--navy-600: #2816CA;
--navy-700: #2012A1;
--navy-800: #170D73;
--navy-900: #0F0849;
--navy-950: #09052E;
}