Navy
#171769
BlueColor Codes
All color formats for development
HEX
#171769RGB
rgb(23, 23, 105)HSL
hsl(240, 64%, 25%)OKLCH
oklch(0.276 0.137 272.8)CMYK
cmyk(78%, 78%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15155E
2#121254
3#101049
4#0E0E3F
5#0B0B34
6#09092A
7#07071F
8#050515
9#02020A
Tints
Lighter variations
1#1E1E88
2#2525A7
3#2C2CC7
4#4343D6
5#6262DD
6#8282E3
7#A1A1EA
8#C0C0F1
9#E0E0F8
Tones
Muted variations
1#1B1B64
2#1F1F60
3#23235C
4#272758
5#2B2B54
6#2F2F50
7#34344C
8#383848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FEA | BordersInactive statesPlaceholder text |
| 400 | 6D6D #6D6DDF | Disabled statesSecondary iconsMuted text |
| 500 | 4343 #4343D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2828 #2828B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2020 #202092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1717 #171769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E2E2F9;
--navy-200: #C9C9F3;
--navy-300: #9F9FEA;
--navy-400: #6D6DDF;
--navy-500: #4343D6;
--navy-600: #2828B8;
--navy-700: #202092;
--navy-800: #171769;
--navy-900: #0F0F43;
--navy-950: #09092A;
}