Navy
#181F9A
BlueColor Codes
All color formats for development
HEX
#181F9ARGB
rgb(24, 31, 154)HSL
hsl(237, 73%, 35%)OKLCH
oklch(0.346 0.191 268.8)CMYK
cmyk(84%, 80%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161C8B
2#13187C
3#11156C
4#0E125D
5#0C0F4D
6#0A0C3E
7#07092E
8#05061F
9#02030F
Tints
Lighter variations
1#1D24B7
2#212AD4
3#363FE0
4#535AE4
5#7076E9
6#8C91ED
7#A9ADF2
8#C6C8F6
9#E2E4FB
Tones
Muted variations
1#1F2494
2#252A8D
3#2C3087
4#323680
5#393C7A
6#3F4273
7#46486D
8#4C4E66
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656B #656BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3841 #3841E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E26 #1E26C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181F #181F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1116 #11166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C8F6;
--navy-300: #9A9EEF;
--navy-400: #656BE7;
--navy-500: #3841E0;
--navy-600: #1E26C2;
--navy-700: #181F9A;
--navy-800: #11166E;
--navy-900: #0B0E47;
--navy-950: #07092C;
}