Navy
#13186C
BlueColor Codes
All color formats for development
HEX
#13186CRGB
rgb(19, 24, 108)HSL
hsl(237, 70%, 25%)OKLCH
oklch(0.278 0.141 270.4)CMYK
cmyk(82%, 78%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111562
2#0F1357
3#0D114C
4#0B0E41
5#0A0C36
6#08092B
7#060721
8#040516
9#02020B
Tints
Lighter variations
1#191F8D
2#1F26AD
3#242DCE
4#3C44DD
5#5C63E2
6#7D82E8
7#9DA1EE
8#BEC1F4
9#DEE0F9
Tones
Muted variations
1#181C68
2#1C2063
3#21245F
4#25285B
5#292C56
6#2E3052
7#32344D
8#373849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E2FA;
--navy-200: #C7C9F5;
--navy-300: #9B9FED;
--navy-400: #676EE4;
--navy-500: #3C44DD;
--navy-600: #222ABF;
--navy-700: #1B2198;
--navy-800: #13186C;
--navy-900: #0C0F45;
--navy-950: #08092B;
}