Navy
#171869
BlueColor Codes
All color formats for development
HEX
#171869RGB
rgb(23, 24, 105)HSL
hsl(239, 64%, 25%)OKLCH
oklch(0.277 0.136 272.6)CMYK
cmyk(78%, 77%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15165E
2#121354
3#101149
4#0E0F3F
5#0B0C34
6#090A2A
7#07071F
8#050515
9#02020A
Tints
Lighter variations
1#1E2088
2#2527A7
3#2C2EC7
4#4345D6
5#6264DD
6#8283E3
7#A1A2EA
8#C0C1F1
9#E0E0F8
Tones
Muted variations
1#1B1C64
2#1F2060
3#23245C
4#272858
5#2B2C54
6#2F3050
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 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA0 #9FA0EA | BordersInactive statesPlaceholder text |
| 400 | 6D6F #6D6FDF | Disabled statesSecondary iconsMuted text |
| 500 | 4345 #4345D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282B #282BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2022 #202292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1718 #171869 | 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: #C9C9F3;
--navy-300: #9FA0EA;
--navy-400: #6D6FDF;
--navy-500: #4345D6;
--navy-600: #282BB8;
--navy-700: #202292;
--navy-800: #171869;
--navy-900: #0F1043;
--navy-950: #090A2A;
}