Navy
#162369
BlueColor Codes
All color formats for development
HEX
#162369RGB
rgb(22, 35, 105)HSL
hsl(231, 65%, 25%)OKLCH
oklch(0.297 0.123 269.2)CMYK
cmyk(79%, 67%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141F5F
2#121C54
3#10184A
4#0D153F
5#0B1135
6#090E2A
7#070A20
8#040715
9#02030B
Tints
Lighter variations
1#1D2D89
2#2438A8
3#2A42C8
4#4258D7
5#6174DE
6#8190E4
7#A0ACEB
8#C0C7F2
9#DFE3F8
Tones
Muted variations
1#1A2665
2#1F2961
3#232B5D
4#272E59
5#2B3154
6#2F3450
7#33374C
8#373A48
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 | C8CF #C8CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAA #9EAAEA | BordersInactive statesPlaceholder text |
| 400 | 6C7D #6C7DE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4258 #4258D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 273D #273DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F31 #1F3193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1623 #162369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E16 #0E1643 | 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: #C8CFF3;
--navy-300: #9EAAEA;
--navy-400: #6C7DE0;
--navy-500: #4258D7;
--navy-600: #273DB9;
--navy-700: #1F3193;
--navy-800: #162369;
--navy-900: #0E1643;
--navy-950: #090E2A;
}