Navy
#16169C
BlueColor Codes
All color formats for development
HEX
#16169CRGB
rgb(22, 22, 156)HSL
hsl(240, 75%, 35%)OKLCH
oklch(0.337 0.201 268.6)CMYK
cmyk(86%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14148D
2#12127D
3#10106D
4#0D0D5E
5#0B0B4E
6#09093E
7#07072F
8#04041F
9#020210
Tints
Lighter variations
1#1A1AB9
2#1F1FD6
3#3434E2
4#5151E6
5#6E6EEA
6#8B8BEE
7#A8A8F3
8#C5C5F7
9#E2E2FB
Tones
Muted variations
1#1D1D95
2#24248F
3#2A2A88
4#313181
5#38387B
6#3E3E74
7#45456D
8#4C4C67
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C5F7;
--navy-300: #9898F0;
--navy-400: #6363E9;
--navy-500: #3636E2;
--navy-600: #1C1CC4;
--navy-700: #16169C;
--navy-800: #101070;
--navy-900: #0A0A47;
--navy-950: #06062D;
}