Navy
#1605AD
BlueColor Codes
All color formats for development
HEX
#1605ADRGB
rgb(22, 5, 173)HSL
hsl(246, 94%, 35%)OKLCH
oklch(0.347 0.228 268)CMYK
cmyk(87%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14059C
2#12048B
3#0F0479
4#0D0368
5#0B0357
6#090245
7#070234
8#040123
9#020111
Tints
Lighter variations
1#1A06CD
2#1E07ED
3#341EF8
4#513EF9
5#6E5EFA
6#8B7EFB
7#A89FFC
8#C5BFFD
9#E2DFFE
Tones
Muted variations
1#1D0EA5
2#24169C
3#2A1F94
4#31278C
5#382F83
6#3E387B
7#454072
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 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DCFE;
--navy-200: #C5BFFD;
--navy-300: #988DFB;
--navy-400: #6352FA;
--navy-500: #3620F8;
--navy-600: #1C07DA;
--navy-700: #1605AD;
--navy-800: #10047C;
--navy-900: #0A024F;
--navy-950: #060231;
}