Navy
#160A76
BlueColor Codes
All color formats for development
HEX
#160A76RGB
rgb(22, 10, 118)HSL
hsl(247, 84%, 25%)OKLCH
oklch(0.275 0.165 272.2)CMYK
cmyk(81%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14096A
2#12085E
3#100752
4#0E0646
5#0B053B
6#09042F
7#070323
8#050217
9#02010C
Tints
Lighter variations
1#1E0D98
2#2410BC
3#2B13DF
4#422CED
5#624FF0
6#8172F3
7#A195F6
8#C0B9F9
9#E0DCFC
Tones
Muted variations
1#1B1070
2#1F156B
3#231A65
4#272060
5#2B255B
6#2F2A55
7#333050
8#38354A
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DEFC;
--navy-200: #C9C2FA;
--navy-300: #9F93F6;
--navy-400: #6C5BF1;
--navy-500: #422CED;
--navy-600: #2812CE;
--navy-700: #200EA4;
--navy-800: #170A75;
--navy-900: #0F074B;
--navy-950: #09042F;
}