Navy
#1513A0
BlueColor Codes
All color formats for development
HEX
#1513A0RGB
rgb(21, 19, 160)HSL
hsl(241, 79%, 35%)OKLCH
oklch(0.338 0.208 268.2)CMYK
cmyk(87%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131190
2#110F80
3#0F0D70
4#0D0B60
5#0B0950
6#080740
7#060630
8#040420
9#020210
Tints
Lighter variations
1#1916BD
2#1D1ADB
3#322FE7
4#504DEA
5#6D6BEE
6#8A88F1
7#A7A6F5
8#C5C4F8
9#E2E1FC
Tones
Muted variations
1#1C1A99
2#232192
3#2A288B
4#302F84
5#37367D
6#3E3D75
7#45446E
8#4C4B67
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9896 #9896F3 | BordersInactive statesPlaceholder text |
| 400 | 625F #625FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3532 #3532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B18 #1B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1513 #1513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0D #0F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C5C4F8;
--navy-300: #9896F3;
--navy-400: #625FEC;
--navy-500: #3532E7;
--navy-600: #1B18C9;
--navy-700: #1513A0;
--navy-800: #0F0D72;
--navy-900: #0A0949;
--navy-950: #06052E;
}