Navy
#172369
BlueColor Codes
All color formats for development
HEX
#172369RGB
rgb(23, 35, 105)HSL
hsl(231, 64%, 25%)OKLCH
oklch(0.297 0.122 269.7)CMYK
cmyk(78%, 67%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15205E
2#121C54
3#101949
4#0E153F
5#0B1234
6#090E2A
7#070B1F
8#050715
9#02040A
Tints
Lighter variations
1#1E2E88
2#2538A7
3#2C43C7
4#4359D6
5#6275DD
6#8290E3
7#A1ACEA
8#C0C8F1
9#E0E3F8
Tones
Muted variations
1#1B2664
2#1F2960
3#232C5C
4#272F58
5#2B3154
6#2F3450
7#34374C
8#383A48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E2E5F9;
--navy-200: #C9CFF3;
--navy-300: #9FAAEA;
--navy-400: #6D7EDF;
--navy-500: #4359D6;
--navy-600: #283EB8;
--navy-700: #203192;
--navy-800: #172369;
--navy-900: #0F1743;
--navy-950: #090E2A;
}