Navy
#1313A0
BlueColor Codes
All color formats for development
HEX
#1313A0RGB
rgb(19, 19, 160)HSL
hsl(240, 79%, 35%)OKLCH
oklch(0.338 0.208 267.7)CMYK
cmyk(88%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111190
2#0F0F80
3#0D0D70
4#0B0B60
5#090950
6#070740
7#060630
8#040420
9#020210
Tints
Lighter variations
1#1616BD
2#1A1ADB
3#2F2FE7
4#4D4DEA
5#6B6BEE
6#8888F1
7#A6A6F5
8#C4C4F8
9#E1E1FC
Tones
Muted variations
1#1A1A99
2#212192
3#28288B
4#2F2F84
5#36367D
6#3D3D75
7#44446E
8#4B4B67
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9696 #9696F3 | BordersInactive statesPlaceholder text |
| 400 | 5F5F #5F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3232 #3232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1818 #1818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1313 #1313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C4C4F8;
--navy-300: #9696F3;
--navy-400: #5F5FEC;
--navy-500: #3232E7;
--navy-600: #1818C9;
--navy-700: #1313A0;
--navy-800: #0D0D72;
--navy-900: #090949;
--navy-950: #05052E;
}