Navy
#171A69
BlueColor Codes
All color formats for development
HEX
#171A69RGB
rgb(23, 26, 105)HSL
hsl(238, 64%, 25%)OKLCH
oklch(0.281 0.134 272.2)CMYK
cmyk(78%, 75%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15175E
2#121554
3#101249
4#0E0F3F
5#0B0D34
6#090A2A
7#07081F
8#050515
9#02030A
Tints
Lighter variations
1#1E2188
2#2529A7
3#2C31C7
4#4348D6
5#6266DD
6#8285E3
7#A1A3EA
8#C0C2F1
9#E0E0F8
Tones
Muted variations
1#1B1D64
2#1F2160
3#23255C
4#272958
5#2B2D54
6#2F3150
7#34344C
8#383848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1EA | BordersInactive statesPlaceholder text |
| 400 | 6D70 #6D70DF | Disabled statesSecondary iconsMuted text |
| 500 | 4348 #4348D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282D #282DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2024 #202492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171A #171A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FC;
--navy-100: #E2E2F9;
--navy-200: #C9CAF3;
--navy-300: #9FA1EA;
--navy-400: #6D70DF;
--navy-500: #4348D6;
--navy-600: #282DB8;
--navy-700: #202492;
--navy-800: #171A69;
--navy-900: #0F1043;
--navy-950: #090A2A;
}