Navy
#170F70
BlueColor Codes
All color formats for development
HEX
#170F70RGB
rgb(23, 15, 112)HSL
hsl(245, 76%, 25%)OKLCH
oklch(0.273 0.154 273.1)CMYK
cmyk(79%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150E65
2#130C5A
3#100B4F
4#0E0943
5#0C0838
6#09062D
7#070522
8#050316
9#02020B
Tints
Lighter variations
1#1E1492
2#2518B4
3#2C1DD5
4#4435E3
5#6357E8
6#8278ED
7#A19AF1
8#C1BCF6
9#E0DDFA
Tones
Muted variations
1#1B146B
2#1F1967
3#231E62
4#28235D
5#2C2858
6#302C53
7#34314E
8#383649
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F98 #9F98F1 | BordersInactive statesPlaceholder text |
| 400 | 6D62 #6D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4435 #4435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 291B #291BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2115 #21159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170F #170F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #C9C5F7;
--navy-300: #9F98F1;
--navy-400: #6D62EA;
--navy-500: #4435E3;
--navy-600: #291BC5;
--navy-700: #21159D;
--navy-800: #170F70;
--navy-900: #0F0A48;
--navy-950: #09062D;
}