Navy
#161A6A
BlueColor Codes
All color formats for development
HEX
#161A6ARGB
rgb(22, 26, 106)HSL
hsl(237, 66%, 25%)OKLCH
oklch(0.281 0.135 271.6)CMYK
cmyk(79%, 75%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14175F
2#111555
3#0F124A
4#0D103F
5#0B0D35
6#090A2A
7#070820
8#040515
9#02030B
Tints
Lighter variations
1#1C228A
2#2329A9
3#2931C9
4#4148D8
5#6067DE
6#8085E5
7#A0A4EB
8#C0C2F2
9#DFE1F8
Tones
Muted variations
1#1A1E66
2#1E2161
3#22255D
4#272959
5#2B2D55
6#2F3151
7#33344C
8#373848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | 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: #E1E3F9;
--navy-200: #C8CAF4;
--navy-300: #9EA2EB;
--navy-400: #6B71E1;
--navy-500: #4148D8;
--navy-600: #262EBA;
--navy-700: #1E2494;
--navy-800: #161A6A;
--navy-900: #0E1144;
--navy-950: #090A2A;
}