Navy
#1905AD
BlueColor Codes
All color formats for development
HEX
#1905ADRGB
rgb(25, 5, 173)HSL
hsl(247, 94%, 35%)OKLCH
oklch(0.348 0.227 268.8)CMYK
cmyk(86%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16059C
2#14048B
3#110479
4#0F0368
5#0C0357
6#0A0245
7#070234
8#050123
9#020111
Tints
Lighter variations
1#1E06CD
2#2207ED
3#371EF8
4#543EF9
5#705EFA
6#8D7EFB
7#A99FFC
8#C6BFFD
9#E2DFFE
Tones
Muted variations
1#1F0EA5
2#26169C
3#2C1F94
4#33278C
5#392F83
6#40387B
7#464072
8#4C486A
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8D #9A8DFB | BordersInactive statesPlaceholder text |
| 400 | 6552 #6552FA | Disabled statesSecondary iconsMuted text |
| 500 | 3A20 #3A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F07 #1F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1905 #1905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B024F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFE;
--navy-200: #C6BFFD;
--navy-300: #9A8DFB;
--navy-400: #6552FA;
--navy-500: #3A20F8;
--navy-600: #1F07DA;
--navy-700: #1905AD;
--navy-800: #12047C;
--navy-900: #0B024F;
--navy-950: #070231;
}