Navy
#181C9A
BlueColor Codes
All color formats for development
HEX
#181C9ARGB
rgb(24, 28, 154)HSL
hsl(238, 73%, 35%)OKLCH
oklch(0.342 0.194 269)CMYK
cmyk(84%, 82%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161A8B
2#13177C
3#11146C
4#0E115D
5#0C0E4D
6#0A0B3E
7#07092E
8#05061F
9#02030F
Tints
Lighter variations
1#1D22B7
2#2127D4
3#363CE0
4#5358E4
5#7074E9
6#8C90ED
7#A9ABF2
8#C6C7F6
9#E2E3FB
Tones
Muted variations
1#1F2394
2#25298D
3#2C2F87
4#323580
5#393B7A
6#3F4173
7#46476D
8#4C4D66
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 | C6C7 #C6C7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9C #9A9CEF | BordersInactive statesPlaceholder text |
| 400 | 6569 #6569E7 | Disabled statesSecondary iconsMuted text |
| 500 | 383E #383EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E24 #1E24C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181C #181C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1114 #11146E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0D #0B0D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E1FA;
--navy-200: #C6C7F6;
--navy-300: #9A9CEF;
--navy-400: #6569E7;
--navy-500: #383EE0;
--navy-600: #1E24C2;
--navy-700: #181C9A;
--navy-800: #11146E;
--navy-900: #0B0D47;
--navy-950: #07082C;
}