Navy
#172069
BlueColor Codes
All color formats for development
HEX
#172069RGB
rgb(23, 32, 105)HSL
hsl(233, 64%, 25%)OKLCH
oklch(0.291 0.126 270.6)CMYK
cmyk(78%, 70%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151D5E
2#121A54
3#101749
4#0E133F
5#0B1034
6#090D2A
7#070A1F
8#050615
9#02030A
Tints
Lighter variations
1#1E2A88
2#2534A7
3#2C3EC7
4#4354D6
5#6270DD
6#828DE3
7#A1A9EA
8#C0C6F1
9#E0E2F8
Tones
Muted variations
1#1B2464
2#1F2760
3#232A5C
4#272D58
5#2B3054
6#2F3350
7#34364C
8#383948
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CE #C9CEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA8 #9FA8EA | BordersInactive statesPlaceholder text |
| 400 | 6D7A #6D7ADF | Disabled statesSecondary iconsMuted text |
| 500 | 4354 #4354D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2839 #2839B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 202D #202D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1720 #172069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F15 #0F1543 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E2E4F9;
--navy-200: #C9CEF3;
--navy-300: #9FA8EA;
--navy-400: #6D7ADF;
--navy-500: #4354D6;
--navy-600: #2839B8;
--navy-700: #202D92;
--navy-800: #172069;
--navy-900: #0F1543;
--navy-950: #090D2A;
}