Navy
#1311A2
BlueColor Codes
All color formats for development
HEX
#1311A2RGB
rgb(19, 17, 162)HSL
hsl(241, 81%, 35%)OKLCH
oklch(0.339 0.212 267.7)CMYK
cmyk(88%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110F91
2#0F0E81
3#0E0C71
4#0C0A61
5#0A0851
6#080741
7#060530
8#040320
9#020210
Tints
Lighter variations
1#1714C0
2#1B17DE
3#302DE9
4#4E4BEC
5#6B69EF
6#8987F2
7#A6A5F6
8#C4C3F9
9#E1E1FC
Tones
Muted variations
1#1A189A
2#211F93
3#28278C
4#2F2E85
5#36357D
6#3D3C76
7#44446F
8#4B4B68
9#525260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9695 #9695F4 | BordersInactive statesPlaceholder text |
| 400 | 605D #605DEE | Disabled statesSecondary iconsMuted text |
| 500 | 322F #322FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1815 #1815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1311 #1311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0C #0E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #09084A | 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: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C4C3F9;
--navy-300: #9695F4;
--navy-400: #605DEE;
--navy-500: #322FE9;
--navy-600: #1815CB;
--navy-700: #1311A2;
--navy-800: #0E0C73;
--navy-900: #09084A;
--navy-950: #06052E;
}