Navy
#161669
BlueColor Codes
All color formats for development
HEX
#161669RGB
rgb(22, 22, 105)HSL
hsl(240, 65%, 25%)OKLCH
oklch(0.273 0.138 272.5)CMYK
cmyk(79%, 79%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14145F
2#121254
3#10104A
4#0D0D3F
5#0B0B35
6#09092A
7#070720
8#040415
9#02020B
Tints
Lighter variations
1#1D1D89
2#2424A8
3#2A2AC8
4#4242D7
5#6161DE
6#8181E4
7#A0A0EB
8#C0C0F2
9#DFDFF8
Tones
Muted variations
1#1A1A65
2#1F1F61
3#23235D
4#272759
5#2B2B54
6#2F2F50
7#33334C
8#373748
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 | C8C8 #C8C8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEA | BordersInactive statesPlaceholder text |
| 400 | 6C6C #6C6CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4242 #4242D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2727 #2727B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F1F #1F1F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #161669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E43 | 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: #C8C8F3;
--navy-300: #9E9EEA;
--navy-400: #6C6CE0;
--navy-500: #4242D7;
--navy-600: #2727B9;
--navy-700: #1F1F93;
--navy-800: #161669;
--navy-900: #0E0E43;
--navy-950: #09092A;
}