Navy
#18189A
BlueColor Codes
All color formats for development
HEX
#18189ARGB
rgb(24, 24, 154)HSL
hsl(240, 73%, 35%)OKLCH
oklch(0.337 0.197 269.2)CMYK
cmyk(84%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16168B
2#13137C
3#11116C
4#0E0E5D
5#0C0C4D
6#0A0A3E
7#07072E
8#05051F
9#02020F
Tints
Lighter variations
1#1D1DB7
2#2121D4
3#3636E0
4#5353E4
5#7070E9
6#8C8CED
7#A9A9F2
8#C6C6F6
9#E2E2FB
Tones
Muted variations
1#1F1F94
2#25258D
3#2C2C87
4#323280
5#39397A
6#3F3F73
7#46466D
8#4C4C66
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3838 #3838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1E #1E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1818 #18189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1111 #11116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FA;
--navy-200: #C6C6F6;
--navy-300: #9A9AEF;
--navy-400: #6565E7;
--navy-500: #3838E0;
--navy-600: #1E1EC2;
--navy-700: #18189A;
--navy-800: #11116E;
--navy-900: #0B0B47;
--navy-950: #07072C;
}