Navy
#1713A0
BlueColor Codes
All color formats for development
HEX
#1713A0RGB
rgb(23, 19, 160)HSL
hsl(242, 79%, 35%)OKLCH
oklch(0.339 0.207 268.8)CMYK
cmyk(86%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151190
2#130F80
3#100D70
4#0E0B60
5#0C0950
6#090740
7#070630
8#050420
9#020210
Tints
Lighter variations
1#1C16BD
2#201ADB
3#352FE7
4#524DEA
5#6F6BEE
6#8C88F1
7#A9A6F5
8#C5C4F8
9#E2E1FC
Tones
Muted variations
1#1E1A99
2#252192
3#2B288B
4#322F84
5#38367D
6#3F3D75
7#46446E
8#4C4B67
9#535260
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 | 9996 #9996F3 | BordersInactive statesPlaceholder text |
| 400 | 645F #645FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3832 #3832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D18 #1D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1713 #1713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110D #110D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | 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: #9996F3;
--navy-400: #645FEC;
--navy-500: #3832E7;
--navy-600: #1D18C9;
--navy-700: #1713A0;
--navy-800: #110D72;
--navy-900: #0B0949;
--navy-950: #07052E;
}